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

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?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" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="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"> android:orientation="vertical">
<LinearLayout <LinearLayout
@ -164,3 +168,5 @@
app:max="100" /> app:max="100" />
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView>

Loading…
Cancel
Save