pull/1106/head
gedoor 4 years ago
parent 9c921fcc91
commit 78a75687d1
  1. 12
      app/src/main/res/layout/dialog_read_padding.xml

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:padding="10dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
@ -163,4 +167,6 @@
app:title="@string/padding_right"
app:max="100" />
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>

Loading…
Cancel
Save