aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_settings.xml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-20 22:55:02 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-20 22:55:02 +0200
commit884fa0b47579bef3cf29450acdce73c2ee5304fe (patch)
tree5da6fd067379ffa1947efd87d233957aa545bd7c /app/src/main/res/layout/fragment_settings.xml
downloadwallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.tar.gz
wallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.tar.bz2
wallet-android-884fa0b47579bef3cf29450acdce73c2ee5304fe.zip
import into repo
Diffstat (limited to 'app/src/main/res/layout/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
new file mode 100644
index 0000000..d675d98
--- /dev/null
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_margin="10dp"
+ tools:context=".Settings">
+
+ <LinearLayout
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <Button
+ android:text="Reset Wallet (Dangerous!)"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" android:id="@+id/button_reset_wallet_dangerously"/>
+ </LinearLayout>
+</FrameLayout> \ No newline at end of file