mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-07 04:01:39 +00:00
Fixed visibility of placeholder elements
This commit is contained in:
parent
281e1ba3ee
commit
81eac1efa1
5 changed files with 94 additions and 56 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue