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

@ -19,7 +19,8 @@
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="8dp"
android:layout_weight="9" />
android:layout_weight="9"
android:background="?attr/colorSurfaceContainer" />
<ImageView
android:layout_width="12dp"
@ -27,7 +28,8 @@
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="8dp"
android:layout_weight="1" />
android:layout_weight="1"
android:background="?attr/colorSurfaceContainer" />
</LinearLayout>
<ImageView
@ -36,5 +38,6 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="8dp" />
android:layout_marginBottom="8dp"
android:background="?attr/colorSurfaceContainer" />
</LinearLayout>