Removed fixed colors from adapters

This commit is contained in:
CappielloAntonio 2022-01-10 12:37:56 +01:00
parent 5cb63eb827
commit ce4c1631bd
18 changed files with 39 additions and 103 deletions

View file

@ -19,8 +19,7 @@
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="8dp"
android:layout_weight="9"
android:background="@color/placeholderColor" />
android:layout_weight="9" />
<ImageView
android:layout_width="12dp"
@ -28,16 +27,14 @@
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:background="@color/placeholderColor" />
android:layout_weight="1" />
</LinearLayout>
<ImageView
android:layout_width="match_parent"
android:layout_height="190dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:background="@color/placeholderColor" />
android:layout_marginBottom="8dp" />
</LinearLayout>