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
-1
votes
2 answers

How can I fix LinearLayout going under AppBarLayout?

I have an issue with the AppBarLayout covering part of the LinearLayout which is below in my xml file such that when I open my activity some of the contents are partially cover like they can not be seen at all.
user8000738
-1
votes
1 answer

Android CoordinatorLayout, AppBarLayout and inkluded RelativeLayout with Button Overlap

My Problem: The Content of the included RelativeLayout/RecyclerView does not stop before the buttons displayed at the bottom of the screen (see Fig. 1). Therefore the last Elements inside the RecyclerView are overlapped by the buttons after…
-1
votes
2 answers

NestedScrollView with CollapsingToolbarLayout not scroll smoothly (NestedScrollView stick to top on scroll up)

I am working on an application where I'm using AppBarLayout with CollapsingToolbarLayout and NestedScrollView. I have successfully implemented this and it is working fine. The NestedScrollView with the CollapsingToolbarLayout does not scroll…
-1
votes
1 answer

CollapsingToolbarLayout not working

My goal is when scrolling the viewpager, the ConstraintLayout must colapse and the tabs stick under app_barTop, but currently it's not scrolling,can someone please tell me what I am doing wrong?
-1
votes
2 answers
-1
votes
1 answer

Android toolbar with two collapsed states

Basically I want to achieve the same behaviour as that of the android status bar; when we swipe down from the top, a compact version with the frequently used buttons is shown. Upon swiping down further the status bar expands to show the expanded…
-1
votes
1 answer

Anchor recylerview on Imageview inside AppBarLayout,CollapsingToolbarLayout

I am using AppBarLayout and CollapsingToolbarLayout Following is my xml code
-1
votes
1 answer

Android Custom Navigation Drawer with specific design

I am new to Android. I want to implement navigation drawer as this : The Navigation drawer should open below App Bar and should have red left pane for category icon and right page (white) with navigation options. I am trying to convert default…
Robin Purbia
  • 227
  • 2
  • 17
-1
votes
1 answer

how can make full screen app without AppBarLayout in android studio

how can delete this blue and green section!? do some different ways but not work! mainActivity: public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { …
-1
votes
1 answer

No Overflow Button

I have a Navigation Drawer application that is not displaying the overflow button. I have checked and my device does not have a menu button, so it should appear but Im not sure why it isn't appearing. Some of my code below Main Layout
Praveen
  • 99
  • 1
  • 8
-1
votes
2 answers

Load image via URL in collapsible app bar using ImageLoader

I am trying to load image into collapsible app bar via ImageLoader class. When I am using the same code on other activities/fragments/recyclerview, its working perfectly but it is failing in collapsible app bar. Here is the code that I am using: …
-1
votes
2 answers

Toolbar Has Automatically Set Margins

I made a Material Design Toolbar, but the end product results in a toolbar with margins on the top, left, and right sides of the toolbar. How do I make it so that the toolbar doesn't have these margins? My…
-1
votes
4 answers

How to restrict Android application from changin its landascape mode?

I am in trouble with Portrait and Landscape modes of my android application. So, I want to know how to restrict my application in anyone mode only. Thanks in advance to any reply with suitable answer and problem solving solution.
-2
votes
2 answers

Why Recyclerview doesn't scroll inside AppBarLayout

I have a layout with CoordinatorLayout, AppBarLayout and RecyclerView. I am facing scroll issue when add RecyclerView inside AppBarLayout, RecyclerView never scroll while AppBarLayout is expanded or collapsed Here is my whole project, Where is the…
1 2 3
55
56