|
10 | 10 | android:layout_height="wrap_content" |
11 | 11 | layout="@layout/layout_appbar" /> |
12 | 12 | <LinearLayout |
13 | | - android:id="@+id/banner_home" |
14 | 13 | android:background="?attr/colorPrimary" |
15 | | - android:paddingBottom="16.0dip" |
| 14 | + android:paddingBottom="0.0dip" |
16 | 15 | android:clipToPadding="false" |
17 | 16 | android:layout_width="fill_parent" |
18 | 17 | android:layout_height="wrap_content" |
|
21 | 20 | xmlns:android="http://schemas.android.com/apk/res/android" |
22 | 21 | xmlns:app="http://schemas.android.com/apk/res-auto"> |
23 | 22 | <com.google.android.material.card.MaterialCardView |
| 23 | + android:id="@+id/banner_home" |
24 | 24 | android:layout_width="wrap_content" |
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:layout_marginTop="0.0dip" |
27 | | - android:layout_marginBottom="0.0dip" |
| 27 | + android:layout_marginBottom="16.0dip" |
28 | 28 | android:foreground="?attr/selectableItemBackground" |
29 | 29 | android:layout_marginStart="16.0dip" |
30 | 30 | android:layout_marginEnd="16.0dip" |
|
45 | 45 | app:cardCornerRadius="19.0dip" |
46 | 46 | app:cardElevation="0.0dip"> |
47 | 47 | <ImageView |
| 48 | + android:id="@+id/img_banner_home" |
48 | 49 | android:layout_width="fill_parent" |
49 | | - android:layout_height="wrap_content" |
| 50 | + android:layout_height="100.0dip" |
50 | 51 | android:src="@drawable/uwu_banner_home" |
51 | 52 | android:scaleType="centerCrop" |
52 | 53 | android:elevation="0.0dip" /> |
|
0 commit comments