mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 02:41:40 +00:00
Removed fixed colors from adapters
This commit is contained in:
parent
5cb63eb827
commit
ce4c1631bd
18 changed files with 39 additions and 103 deletions
|
|
@ -19,8 +19,7 @@
|
|||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="9"
|
||||
android:background="@color/placeholderColor" />
|
||||
android:layout_weight="9" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="12dp"
|
||||
|
|
@ -28,16 +27,14 @@
|
|||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/placeholderColor" />
|
||||
android:layout_weight="1" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="190dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:background="@color/placeholderColor" />
|
||||
android:layout_marginBottom="8dp" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue