Giter Club home page Giter Club logo

Comments (4)

mxn21 avatar mxn21 commented on August 9, 2024

检查一下布局,

    <RelativeLayout
        android:layout_width="280dp"
        android:layout_height="match_parent"
        android:layout_gravity="start"
        android:clipChildren="false"
        >
        <com.mxn.soul.flowingdrawer_core.FlowingView
            android:id="@+id/sv"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
        <FrameLayout
            android:id="@+id/id_container_menu"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_alignParentLeft="true"
            android:layout_marginRight="25dp"
            android:paddingRight="10dp"
            />
    </RelativeLayout>

menuframent 的布局要设置透明。
你能把你改动的代码贴上来吗

from flowingdrawer.

DimlyDiscernible avatar DimlyDiscernible commented on August 9, 2024

没有太大的改动,只是因为没升级android support library,没法用material design所以把activity_main布局里的CoordinatorLayout注释掉换了个空的LinearLayout,menufragment的布局也是注释掉了NavigationView,改成了三个textView。

运行出现这个问题后,我又加上了ActionBar,测试点击左上角后调用mLeftDrawerLayout.openDrawer() 会不会出现问题,结果是点一次还是这样,不过再点一次的话那个弧形就消失了,onOptionsItemSelected()里就只调用了mLeftDrawerLayout.openDrawer()。

from flowingdrawer.

mxn21 avatar mxn21 commented on August 9, 2024

最好能把代码放上来,我怀疑你的mainActivity代码或者布局有问题。按照Usage下面的注意事项一一对照。

from flowingdrawer.

DimlyDiscernible avatar DimlyDiscernible commented on August 9, 2024

刚装了genymotion,运行一切正常,看来只是自带模拟器的问题,可能是那模拟器略卡导致重画没画好吧
= =

from flowingdrawer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.