diff options
Diffstat (limited to 'androidApp/src/main/res')
-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> |