diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-14 19:01:28 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-14 19:01:28 -0600 |
commit | 233efdfb6aa45965ab0808aca0b823ade6f7b87f (patch) | |
tree | 62b8b2627d59cb9d27147fc67f08755cd8d9d992 /androidApp/src/main/res/layout/units_activity.xml | |
parent | cd3c9d93053241b48051ca20d301e4768a576456 (diff) | |
download | etbsa-trackermap-mobile-233efdfb6aa45965ab0808aca0b823ade6f7b87f.tar.gz etbsa-trackermap-mobile-233efdfb6aa45965ab0808aca0b823ade6f7b87f.tar.bz2 etbsa-trackermap-mobile-233efdfb6aa45965ab0808aca0b823ade6f7b87f.zip |
Creates the RV adapter to display the units on screen
Diffstat (limited to 'androidApp/src/main/res/layout/units_activity.xml')
-rw-r--r-- | androidApp/src/main/res/layout/units_activity.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml index 750e00f..5bfb228 100644 --- a/androidApp/src/main/res/layout/units_activity.xml +++ b/androidApp/src/main/res/layout/units_activity.xml @@ -13,8 +13,7 @@ app:layout_constraintTop_toBottomOf="@id/displayModeToggle" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintBottom_toBottomOf="parent" - android:background="@color/colorPrimary"/> + app:layout_constraintBottom_toBottomOf="parent"/> <com.google.android.material.card.MaterialCardView android:layout_width="0dp" |