diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2022-01-03 15:19:51 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2022-01-03 15:19:51 -0600 |
commit | 6168604aa62be4bc547a6d0e1a26ef786d748c77 (patch) | |
tree | 6209b1045952fddfd6d3775e5352f0d5061fce49 /androidApp/src/main/res/layout | |
parent | 1bcf0941e1174d0b119abd4e3523d53ef90d4f87 (diff) | |
download | etbsa-trackermap-mobile-6168604aa62be4bc547a6d0e1a26ef786d748c77.tar.gz etbsa-trackermap-mobile-6168604aa62be4bc547a6d0e1a26ef786d748c77.tar.bz2 etbsa-trackermap-mobile-6168604aa62be4bc547a6d0e1a26ef786d748c77.zip |
Extra UI change to test some functionality
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r-- | androidApp/src/main/res/layout/unit_map_fragment.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml index 914558a..f2d54e6 100644 --- a/androidApp/src/main/res/layout/unit_map_fragment.xml +++ b/androidApp/src/main/res/layout/unit_map_fragment.xml @@ -3,7 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - xmlns:app="http://schemas.android.com/apk/res-auto"> + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools"> <fragment android:id="@+id/unitsMap" @@ -34,9 +35,10 @@ android:orientation="vertical"> <TextView + android:id="@+id/unitInfoTest" android:layout_width="match_parent" android:layout_height="wrap_content" - android:text="SELECTED UNIT" + tools:text="SELECTED UNIT" android:gravity="center"/> </LinearLayout> |