We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a3e6a commit 60e54e9Copy full SHA for 60e54e9
app/src/main/res/layout/activity_about.xml
@@ -9,7 +9,9 @@
9
<com.google.android.material.appbar.AppBarLayout
10
android:id="@+id/appbar"
11
android:layout_width="match_parent"
12
+ app:layout_behavior="com.google.android.material.appbar.AppBarLayout$Behavior"
13
android:layout_height="wrap_content"
14
+ android:fitsSystemWindows="true"
15
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar">
16
17
<androidx.appcompat.widget.Toolbar
@@ -27,6 +29,7 @@
27
29
android:layout_height="match_parent"
28
30
android:layout_marginTop="?attr/actionBarSize"
31
android:orientation="vertical"
32
+ app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
33
android:gravity="center_horizontal">
34
35
<ImageView
0 commit comments