Fixed visibility of placeholder elements

This commit is contained in:
antonio
2023-03-13 11:47:32 +01:00
parent 281e1ba3ee
commit 81eac1efa1
5 changed files with 94 additions and 56 deletions

View File

@@ -11,7 +11,8 @@
android:layout_marginStart="16dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp" />
android:layout_marginBottom="8dp"
android:background="?attr/colorSurfaceContainer" />
<LinearLayout
android:layout_width="wrap_content"
@@ -25,20 +26,23 @@
android:layout_gravity="center"
android:layout_marginStart="16dp"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
android:layout_marginBottom="8dp"
android:background="?attr/colorSurfaceContainer" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
android:layout_marginBottom="8dp"
android:background="?attr/colorSurfaceContainer" />
<ImageView
android:layout_width="172dp"
android:layout_height="72dp"
android:layout_gravity="center"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp" />
android:layout_marginBottom="8dp"
android:background="?attr/colorSurfaceContainer" />
</LinearLayout>
</LinearLayout>