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-16 17:18:22 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 17:18:22 -0600
commit41e222e22f6cf67248ae40161f69cc1d2753f6a2 (patch)
treedba552a2163254a0435c0814256bcd62cdca5373 /androidApp/src/main/res/layout/user_information_activity.xml
parent22fcedc76d998cba6f8281829ba6c4f120cef691 (diff)
downloadetbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.tar.gz
etbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.tar.bz2
etbsa-trackermap-mobile-41e222e22f6cf67248ae40161f69cc1d2753f6a2.zip
Added close button to DetailsActivity, updated strings and layouts
Diffstat (limited to 'androidApp/src/main/res/layout/user_information_activity.xml')
-rw-r--r--androidApp/src/main/res/layout/user_information_activity.xml8
1 files changed, 4 insertions, 4 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..bc81b20 100644
--- a/androidApp/src/main/res/layout/user_information_activity.xml
+++ b/androidApp/src/main/res/layout/user_information_activity.xml
@@ -7,13 +7,13 @@
android:layout_height="match_parent">
<com.google.android.material.floatingactionbutton.FloatingActionButton
- android:id="@+id/backButton"
+ android:id="@+id/closeButton"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_margin="@dimen/fab_margin"
android:backgroundTint="@android:color/white"
- android:contentDescription="@string/open_profile"
- android:src="@drawable/icon_back"
+ android:contentDescription="@string/shared_close"
+ android:src="@drawable/icon_close"
app:borderWidth="0dp"
app:elevation="@dimen/fab_elevation"
app:fabSize="mini"
@@ -24,7 +24,7 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="@dimen/fab_margin"
- app:layout_constraintTop_toBottomOf="@id/backButton"
+ app:layout_constraintTop_toBottomOf="@id/closeButton"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent">