mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-07 04:01:39 +00:00
Further simplified customGlideRequests, adding placeholder, error and fallback colors
This commit is contained in:
parent
f5a3ba49cc
commit
40cfbef4d7
7 changed files with 65 additions and 59 deletions
|
|
@ -20,7 +20,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="9"
|
||||
android:background="?attr/colorSurfaceContainer" />
|
||||
android:background="?attr/colorSurface" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="12dp"
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="?attr/colorSurfaceContainer" />
|
||||
android:background="?attr/colorSurface" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
|
|
@ -39,5 +39,5 @@
|
|||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="?attr/colorSurfaceContainer" />
|
||||
android:background="?attr/colorSurface" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue