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 | 28ce12043342ec830437ef87169ebee4168e99c4 (patch) | |
tree | 5ad5bdf1a0101d4f82c7e99f14724012f2dcc98a /androidApp/src/main/res/layout | |
parent | f6171f524e64966355fa64644a46939a35beb412 (diff) | |
download | etbsa-trackermap-mobile-28ce12043342ec830437ef87169ebee4168e99c4.tar.gz etbsa-trackermap-mobile-28ce12043342ec830437ef87169ebee4168e99c4.tar.bz2 etbsa-trackermap-mobile-28ce12043342ec830437ef87169ebee4168e99c4.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> |