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 a45645e commit 63155c5Copy full SHA for 63155c5
app/src/main/res/layout/activity_settings.xml
@@ -18,7 +18,7 @@
18
android:layout_width="match_parent"
19
android:layout_height="?attr/actionBarSize"
20
android:background="?attr/colorPrimary"
21
- app:layout_scrollFlags="scroll|enterAlways"
+ app:layout_scrollFlags="enterAlways"
22
app:popupTheme="@style/AppTheme.PopupOverlay">
23
24
</android.support.v7.widget.Toolbar>
@@ -33,7 +33,8 @@
33
<android.support.v4.view.ViewPager
34
android:id="@+id/container"
35
36
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
37
+ android:scrollbars="vertical"
38
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
39
40
</android.support.design.widget.CoordinatorLayout>
0 commit comments