New Android Design Library bug with AppBarLayout and Toolbar

前端 未结 5 1809
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 18:52

I am using the new Android Design Library based on this example chrisbanes/cheesesquare in github and here

I have run the example and I am having problems with Toolb

5条回答
  •  独厮守ぢ
    2020-12-02 19:15

    Change your Design Library with New Version build.gradle file in app folder like:

    compile 'com.android.support:design:22.2.1'

    As Updated in +AndroidDevelopers

    I got output like:

    enter image description here

    It will helps you.

    Thanks :)

提交回复
热议问题