Questions tagged [android-appbarlayout]

AppBarLayout is a vertical LinearLayout which implements many of the features of material designs app bar concept, namely scrolling gestures.

AppBarLayout is a vertical which implements many of the features of material designs app bar concept, namely scrolling gestures.

Check the official layout documentation for additional details.

More Info

830 questions
-2
votes
2 answers

How to implement two OnClickListeners on RecyclerView item click?

I'm quite confused since I need to use two OnClickListeners for two different needs. I have a Recyclerview which once any item of his, once pressed, needs to change and I've implemented that successfully using…
-2
votes
4 answers

NullPointerException onDestory

When the app starts and I try to immediately rotate the screen It gives me this error: public void onDestroy() { super.onDestroy(); appbars.animate().translationY(0).alpha(1).setDuration(100).setInterpolator(new…
Fresco
  • 343
  • 3
  • 13
-2
votes
1 answer

what is the use of enterAlwaysCollapsed

I am studing Support Design liabrary.I cannot understand the use of enterAlwaysCollapsed.It seems it will influece on pull down,but I tried and find nothing changed. So,what is the use of enterAlwaysCollapsed,could you show me with a demo?
chefish
  • 517
  • 2
  • 7
  • 20
-2
votes
2 answers

pin buttons below toolbar while scrolling android

I need to show buttons below toolbar while scroll down like below video. Any samples? I have tried lot but confused. https://www.youtube.com/watch?v=enWVNP3Gifg
manitaz
  • 1,181
  • 2
  • 9
  • 26
-4
votes
1 answer

Android: How to customise App bar (action bar) like this?

I need exactly like this, i saw some example to customise toolbar but could not design, how to use those gradients and all?
Suhas
  • 159
  • 1
  • 11
1 2 3
55
56