aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-15 20:11:21 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-15 20:11:21 -0600
commit07d0d8b1171f5646f1c6795f1dfaab78aad06512 (patch)
treece863eef295fd313a546e0cb937f0e6449256fd4
parent72c7bedaab6958b4fb3c53ae7c2d5e233181933c (diff)
downloadetbsa-trackermap-mobile-07d0d8b1171f5646f1c6795f1dfaab78aad06512.tar.gz
etbsa-trackermap-mobile-07d0d8b1171f5646f1c6795f1dfaab78aad06512.tar.bz2
etbsa-trackermap-mobile-07d0d8b1171f5646f1c6795f1dfaab78aad06512.zip
Rebranded merge
-rw-r--r--androidApp/src/main/res/layout/user_information_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/androidApp/src/main/res/layout/user_information_activity.xml b/androidApp/src/main/res/layout/user_information_activity.xml
index c409e98..df0a59f 100644
--- a/androidApp/src/main/res/layout/user_information_activity.xml
+++ b/androidApp/src/main/res/layout/user_information_activity.xml
@@ -186,7 +186,8 @@
android:id="@+id/sourceCodeButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/source_code" />
+ android:text="@string/source_code"
+ android:visibility="gone" />
<com.google.android.material.button.MaterialButton
android:id="@+id/websiteButton"