Skip to content

Commit 35812ad

Browse files
committed
Update
1 parent 46f9849 commit 35812ad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

app/src/main/res/layout/kr_dialog_params.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
android:layout_height="match_parent"
3131
android:layout_below="@+id/top_bar" >
3232

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+
3342
<LinearLayout
3443
android:id="@+id/bottom_actions"
3544
android:orientation="horizontal"

0 commit comments

Comments
 (0)