Bigger icons
|
Before Width: | Height: | Size: 750 B After Width: | Height: | Size: 589 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 541 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 725 B |
|
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 731 B After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 841 B After Width: | Height: | Size: 511 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 839 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 994 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.6 KiB |
|
|
@ -38,14 +38,18 @@
|
|||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:id="@+id/ic_header"
|
||||
android:src="@{icon}"
|
||||
android:src="@drawable/ic_header_heart"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/bar_padding"
|
||||
android:layout_marginEnd="@dimen/bar_padding"
|
||||
android:layout_alignTop="@+id/bar_full"
|
||||
android:layout_alignBottom="@id/bar_full"/>
|
||||
android:layout_alignBottom="@id/bar_full"
|
||||
android:scaleType="center"/>
|
||||
<LinearLayout
|
||||
android:id="@id/bar_full"
|
||||
android:layout_toRightOf="@id/ic_header"
|
||||
android:layout_toEndOf="@id/ic_header"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/bar_size"
|
||||
android:orientation="horizontal"
|
||||
|
|
|
|||