|
33 | 33 | android:id="@id/kr_widget" |
34 | 34 | android:layout_width="30dp" |
35 | 35 | android:layout_height="30dp" |
| 36 | + android:padding="5dp" |
36 | 37 | android:layout_alignParentEnd="true" |
37 | 38 | android:layout_centerVertical="true" |
38 | 39 | android:layout_marginTop="22dp" |
39 | 40 | android:layout_marginEnd="16dp" |
40 | 41 | android:layout_marginBottom="10dp" |
41 | 42 | android:alpha="0.9" |
42 | | - app:tint="?android:colorAccent" /> |
| 43 | + app:tint="?android:attr/colorAccent" /> |
43 | 44 |
|
44 | 45 | <LinearLayout |
45 | 46 | android:orientation="horizontal" |
46 | 47 | android:layout_marginStart="6dp" |
47 | | - android:layout_marginTop="14dp" |
| 48 | + android:layout_marginTop="15dp" |
48 | 49 | android:layout_marginBottom="10dp" |
49 | 50 | android:layout_alignParentStart="true" |
50 | 51 | android:layout_centerVertical="true" |
|
55 | 56 | <ImageView |
56 | 57 | android:padding="0dp" |
57 | 58 | android:id="@id/kr_icon" |
58 | | - android:layout_marginStart="5dp" |
| 59 | + android:layout_marginStart="8dp" |
59 | 60 | android:layout_gravity="center_vertical" |
60 | 61 | android:layout_width="35dp" |
61 | 62 | android:layout_height="35dp" /> |
|
85 | 86 | android:layout_width="wrap_content" |
86 | 87 | android:layout_height="wrap_content" |
87 | 88 | android:layout_marginTop="4dp" |
88 | | - android:textColor="?android:colorAccent" |
| 89 | + android:textColor="?android:attr/colorAccent" |
89 | 90 | style="@style/textSmall" |
90 | 91 | android:visibility="gone" /> |
91 | 92 |
|
|
0 commit comments