aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/user_information_activity.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-20 21:26:02 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-20 21:26:02 -0600
commit83efbccf0a3783ace6d91073d391bce6924553a9 (patch)
treeaedd31f46b8dfc18aaad9a3263f3d6be0399691b /androidApp/src/main/res/layout/user_information_activity.xml
parent968d39d0ffbb27beebc931618764360878477c27 (diff)
parent7da841d2de9ac0526c3863e85d7d603facabb95c (diff)
downloadetbsa-trackermap-mobile-83efbccf0a3783ace6d91073d391bce6924553a9.tar.gz
etbsa-trackermap-mobile-83efbccf0a3783ace6d91073d391bce6924553a9.tar.bz2
etbsa-trackermap-mobile-83efbccf0a3783ace6d91073d391bce6924553a9.zip
Merge url_switch from upstream and branded
Diffstat (limited to 'androidApp/src/main/res/layout/user_information_activity.xml')
-rw-r--r--androidApp/src/main/res/layout/user_information_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/androidApp/src/main/res/layout/user_information_activity.xml b/androidApp/src/main/res/layout/user_information_activity.xml
index 2f0486c..3ed9048 100644
--- a/androidApp/src/main/res/layout/user_information_activity.xml
+++ b/androidApp/src/main/res/layout/user_information_activity.xml
@@ -131,6 +131,20 @@
android:layout_marginBottom="@dimen/fields_spacing"
tools:text="Admin" />
+ <TextView
+ android:id="@+id/serverInfoLabel"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/login_url"
+ android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
+
+ <TextView
+ android:id="@+id/serverInfo"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="@dimen/fields_spacing"
+ tools:text="@string/default_server_url" />
+
<com.google.android.material.button.MaterialButton
android:id="@+id/signoutButton"
android:layout_width="match_parent"