aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_settings.xml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-14 17:41:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-14 17:41:18 +0100
commit87c1b63c4cf2b81963735feb0bce8b8f0b004dba (patch)
treeb0c27dd9c2667adb72861df05d9d404eb4777307 /app/src/main/res/layout/fragment_settings.xml
parentc146f9f42e2582307deeab90e2d4acbfe01673e0 (diff)
downloadwallet-android-87c1b63c4cf2b81963735feb0bce8b8f0b004dba.tar.gz
wallet-android-87c1b63c4cf2b81963735feb0bce8b8f0b004dba.tar.bz2
wallet-android-87c1b63c4cf2b81963735feb0bce8b8f0b004dba.zip
put wallet node backend into its own service process
Diffstat (limited to 'app/src/main/res/layout/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index d675d98..5d9ac0a 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -11,6 +11,66 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <EditText
+ android:id="@+id/editText2"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:ems="10"
+ android:inputType="textPersonName"
+ android:text="Version Information" />
+
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="Android Wallet" />
+
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="0.6.0pre3 (Sat 02 Nov 2019)" />
+
+ </LinearLayout>
+
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <TextView
+ android:id="@+id/textView5"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="Wallet Backend" />
+
+
+ <TextView
+ android:id="@+id/textView4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:text="0.6.0pre3 (Sat 02 Nov 2019, 70a2322940)" />
+
+ </LinearLayout>
+
+ <EditText
+ android:id="@+id/editText"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:ems="10"
+ android:inputType="textPersonName"
+ android:text="Test Settings" />
+
<Button
android:text="Reset Wallet (Dangerous!)"
android:layout_width="wrap_content"