|
39 | 39 |
|
40 | 40 | <ImageView |
41 | 41 | android:id="@+id/bluetooth" |
42 | | - android:layout_height="32dp" |
43 | | - android:layout_width="32dp" |
| 42 | + android:layout_height="wrap_content" |
| 43 | + android:layout_width="wrap_content" |
44 | 44 | android:scaleType="centerInside" |
45 | | - android:baseline="22dp" |
| 45 | + android:baseline="18dp" |
46 | 46 | android:visibility="gone" |
47 | 47 | android:contentDescription="@null" |
48 | 48 | /> |
49 | 49 |
|
50 | 50 | <FrameLayout |
51 | 51 | android:id="@+id/netwerk" |
52 | | - android:layout_height="32dp" |
53 | | - android:layout_width="32dp" |
| 52 | + android:layout_height="wrap_content" |
| 53 | + android:layout_width="wrap_content" |
54 | 54 | android:layout_marginRight="4dp" |
55 | 55 | > |
56 | 56 |
|
57 | 57 | <ImageView |
58 | 58 | android:id="@+id/network_signal" |
59 | | - android:layout_height="match_parent" |
60 | | - android:layout_width="match_parent" |
| 59 | + android:layout_height="wrap_content" |
| 60 | + android:layout_width="wrap_content" |
61 | 61 | android:contentDescription="@null" |
62 | 62 | /> |
63 | 63 |
|
64 | 64 | <ImageView |
65 | 65 | android:id="@+id/network_type" |
66 | | - android:layout_height="match_parent" |
67 | | - android:layout_width="match_parent" |
| 66 | + android:layout_height="wrap_content" |
| 67 | + android:layout_width="wrap_content" |
68 | 68 | android:contentDescription="@null" |
69 | 69 | /> |
70 | 70 |
|
71 | 71 | <ImageView |
72 | 72 | android:id="@+id/network_direction" |
73 | | - android:layout_height="match_parent" |
74 | | - android:layout_width="match_parent" |
| 73 | + android:layout_height="wrap_content" |
| 74 | + android:layout_width="wrap_content" |
75 | 75 | android:contentDescription="@null" |
76 | 76 | /> |
77 | 77 |
|
|
91 | 91 |
|
92 | 92 | <ImageView |
93 | 93 | android:id="@+id/battery" |
94 | | - android:layout_height="32dp" |
95 | | - android:layout_width="32dp" |
| 94 | + android:layout_height="wrap_content" |
| 95 | + android:layout_width="wrap_content" |
96 | 96 | android:scaleType="centerInside" |
97 | 97 | android:layout_toRightOf="@id/network_text" |
98 | 98 | android:layout_alignBaseline="@id/network_signal" |
99 | | - android:baseline="22dp" |
| 99 | + android:baseline="18dp" |
| 100 | + android:layout_marginLeft="8dp" |
| 101 | + android:layout_marginRight="8dp" |
100 | 102 | android:contentDescription="@null" |
101 | 103 | /> |
102 | 104 |
|
|
0 commit comments