We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9849 commit 35812adCopy full SHA for 35812ad
1 file changed
app/src/main/res/layout/kr_dialog_params.xml
@@ -30,6 +30,15 @@
30
android:layout_height="match_parent"
31
android:layout_below="@+id/top_bar" >
32
33
+ <ScrollView
34
+ android:id="@+id/kr_params_center"
35
+ android:layout_width="match_parent"
36
+ android:layout_height="match_parent"
37
+ android:requiresFadingEdge="vertical"
38
+ android:fadingEdge="vertical"
39
+ android:layout_above="@+id/bottom_actions"
40
+ android:padding="16dp" />
41
+
42
<LinearLayout
43
android:id="@+id/bottom_actions"
44
android:orientation="horizontal"
0 commit comments