diff options
Diffstat (limited to 'androidApp')
-rw-r--r-- | androidApp/src/main/res/layout/unit_map_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml index 87eb4ac..486f1ce 100644 --- a/androidApp/src/main/res/layout/unit_map_fragment.xml +++ b/androidApp/src/main/res/layout/unit_map_fragment.xml @@ -41,6 +41,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" + android:gravity="center_vertical" android:orientation="horizontal"> <ImageView |