fix save button going offscreen when list is too large

This commit is contained in:
X1nto 2021-10-08 17:11:55 +04:00
parent 0a87f0d81c
commit e787217bf2
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="0dp"
android:layout_weight="1">
<RadioGroup
android:id="@+id/dialog_radiogroup"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content" />
</RadioGroup>
</androidx.core.widget.NestedScrollView>
<com.vanced.manager.ui.core.ThemedMaterialButton