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

@ -11,38 +11,34 @@
android:layout_marginStart="16dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp"
android:background="@color/placeholderColor" />
android:layout_marginBottom="8dp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="8dp">
android:layout_marginTop="8dp"
android:orientation="horizontal">
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:background="@color/placeholderColor"
android:layout_marginStart="16dp"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp"/>
android:layout_marginBottom="8dp" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:background="@color/placeholderColor"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp"/>
android:layout_marginBottom="8dp" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:background="@color/placeholderColor"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp"/>
android:layout_marginBottom="8dp" />
</LinearLayout>
</LinearLayout>