diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-16 18:56:46 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-16 18:56:46 -0600 |
commit | e45a4293270083ffde4c8624eaa00c73bded45bc (patch) | |
tree | 32a7f221b95376e5615f2f451490f3175cb96db3 /androidApp/src/main/res/layout | |
parent | fdfca6f31cd019c8d5492eeba1b1698a5f2bf556 (diff) | |
parent | 62bd831586fee041a830366c97b07d2cdb52a1b6 (diff) | |
download | etbsa-trackermap-mobile-e45a4293270083ffde4c8624eaa00c73bded45bc.tar.gz etbsa-trackermap-mobile-e45a4293270083ffde4c8624eaa00c73bded45bc.tar.bz2 etbsa-trackermap-mobile-e45a4293270083ffde4c8624eaa00c73bded45bc.zip |
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r-- | androidApp/src/main/res/layout/unit_details_commands.xml | 3 | ||||
-rw-r--r-- | androidApp/src/main/res/layout/unit_details_information.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/unit_details_commands.xml b/androidApp/src/main/res/layout/unit_details_commands.xml index 01aefb8..c3d69a1 100644 --- a/androidApp/src/main/res/layout/unit_details_commands.xml +++ b/androidApp/src/main/res/layout/unit_details_commands.xml @@ -35,9 +35,10 @@ android:textColor="@color/colorPrimaryDark" android:layout_margin="@dimen/card_padding" android:layout_marginBottom="@dimen/margin" + tools:drawableStart="@drawable/map_default" app:layout_constraintTop_toTopOf="parent" - app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toTopOf="@id/commandsList" tools:text="1AAUTO" /> diff --git a/androidApp/src/main/res/layout/unit_details_information.xml b/androidApp/src/main/res/layout/unit_details_information.xml index cc8bbb7..b935455 100644 --- a/androidApp/src/main/res/layout/unit_details_information.xml +++ b/androidApp/src/main/res/layout/unit_details_information.xml @@ -30,6 +30,7 @@ android:id="@+id/detailsLayout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/padding" android:orientation="vertical"> <TextView @@ -37,8 +38,8 @@ style="@style/TextAppearance.AppCompat.Headline" android:layout_width="match_parent" android:layout_height="wrap_content" + tools:drawableStart="@drawable/map_default" android:textColor="@color/colorPrimaryDark" - android:layout_marginBottom="@dimen/padding" tools:text="1AAUTO" /> </LinearLayout> |