Fixed visibility of placeholder elements
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user