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 320a294 commit 6de0040Copy full SHA for 6de0040
res/layout/fragment_info.xml
@@ -1,8 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3
style="@style/AppInfoLayout"
4
android:layout_width="match_parent"
5
- android:layout_height="match_parent"
+ android:layout_height="match_parent">
6
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
7
+ android:layout_width="match_parent"
8
+ android:layout_height="wrap_content"
9
android:orientation="vertical" >
10
11
<View style="@style/InfoDivider" />
@@ -86,4 +89,5 @@
86
89
87
90
88
91
-</LinearLayout>
92
+</LinearLayout>
93
+</ScrollView>
0 commit comments