Implemented file writing, implemented write permission request, refactored Dialog to use DialogFragment, implemented json de/serializer for Settings

This commit is contained in:
2020-06-28 16:13:50 -05:00
parent b7882444f6
commit e9cf747f12
11 changed files with 409 additions and 55 deletions

View File

@@ -65,14 +65,14 @@
android:orientation="horizontal">
<Button
android:id="@+id/button"
android:id="@+id/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/dialog_cancel" />
<Button
android:id="@+id/button3"
android:id="@+id/mutate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"