Export/import finished.

This commit is contained in:
2021-05-11 16:53:19 +02:00
parent 514a9ae0e4
commit 9021b03732
4 changed files with 101 additions and 33 deletions

View File

@ -42,6 +42,12 @@
android:layout_height="wrap_content"
android:text="@string/defaultSettings" />
<Button
android:id="@+id/bShareConfigAndLog"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/shareConfigAndLogFilesWithDev" />
<TextView
android:id="@+id/tvFileStoreLocation"
android:layout_marginVertical="@dimen/default_margin"
@ -50,10 +56,4 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button
android:id="@+id/bShareConfigAndLog"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/shareConfigAndLogFilesWithDev" />
</androidx.appcompat.widget.LinearLayoutCompat>