|
35 | 35 | android:layout_height="wrap_content" |
36 | 36 | android:layout_alignParentEnd="true" |
37 | 37 | android:layout_centerVertical="true" |
38 | | - android:layout_marginTop="18dp" |
39 | | - android:layout_marginEnd="8dp" |
| 38 | + android:layout_marginTop="24dp" |
| 39 | + android:layout_marginEnd="16dp" |
40 | 40 | android:layout_marginBottom="10dp" |
41 | 41 | android:textOff="" |
42 | 42 | android:textOn="" |
43 | 43 | android:switchTextAppearance="@null" |
44 | 44 | android:track="@drawable/kr_switch_track" |
45 | 45 | android:thumb="@drawable/kr_switch_thumb" |
46 | | - android:padding="5dp" |
47 | 46 | android:layout_gravity="center_vertical" |
48 | 47 | android:clickable="false" |
49 | 48 | android:elevation="5dp" |
|
52 | 51 |
|
53 | 52 | <LinearLayout |
54 | 53 | android:orientation="horizontal" |
55 | | - android:layout_marginStart="10dp" |
56 | | - android:layout_marginTop="10dp" |
| 54 | + android:layout_marginStart="6dp" |
| 55 | + android:layout_marginTop="14dp" |
57 | 56 | android:layout_marginBottom="10dp" |
58 | 57 | android:layout_alignParentStart="true" |
59 | 58 | android:layout_centerVertical="true" |
|
77 | 76 |
|
78 | 77 | <TextView |
79 | 78 | android:id="@id/kr_title" |
80 | | - android:ellipsize="end" |
81 | | - android:layout_width="match_parent" |
| 79 | + android:layout_width="wrap_content" |
82 | 80 | android:layout_height="wrap_content" |
83 | 81 | style="@style/textTitle" /> |
84 | 82 |
|
|
98 | 96 | android:textColor="?android:colorAccent" |
99 | 97 | style="@style/textSmall" |
100 | 98 | android:visibility="gone" /> |
| 99 | + |
101 | 100 | </LinearLayout> |
102 | 101 | </LinearLayout> |
103 | 102 | </RelativeLayout> |
|
106 | 105 | android:layout_below="@id/kr_layout_ac" |
107 | 106 | android:layout_width="match_parent" |
108 | 107 | android:layout_height="wrap_content" |
109 | | - android:padding="16dp" |
| 108 | + android:layout_marginBottom="16dp" |
| 109 | + android:layout_marginStart="16dp" |
| 110 | + android:layout_marginEnd="16dp" |
110 | 111 | android:adjustViewBounds="true" |
111 | 112 | android:scaleType="fitCenter" |
112 | 113 | android:visibility="gone" /> |
|
0 commit comments