diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-12 19:04:04 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-12 19:04:04 -0600 |
commit | bdc676c18fa845eb655c9bfbb7cfd5b7940ed0ed (patch) | |
tree | c26d53c9d02e0e2214e67ce7b8baa14c87b78228 /androidApp/src/main/res/layout | |
parent | ec778f53323aa3844eadc0aae4c647d2e3a23d20 (diff) | |
download | etbsa-trackermap-mobile-bdc676c18fa845eb655c9bfbb7cfd5b7940ed0ed.tar.gz etbsa-trackermap-mobile-bdc676c18fa845eb655c9bfbb7cfd5b7940ed0ed.tar.bz2 etbsa-trackermap-mobile-bdc676c18fa845eb655c9bfbb7cfd5b7940ed0ed.zip |
Updated strings and translations
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r-- | androidApp/src/main/res/layout/units_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml index bc8d94a..07b5dad 100644 --- a/androidApp/src/main/res/layout/units_activity.xml +++ b/androidApp/src/main/res/layout/units_activity.xml @@ -24,7 +24,7 @@ android:layout_marginStart="@dimen/fab_margin" android:layout_marginTop="@dimen/fab_margin" android:backgroundTint="@android:color/white" - android:contentDescription="@string/open_drawer" + android:contentDescription="@string/open_profile" android:src="@drawable/device_contact" app:borderWidth="0dp" app:elevation="@dimen/fab_elevation" |