|
14 | 14 | android:layout_width="wrap_content"
|
15 | 15 | android:layout_height="wrap_content"
|
16 | 16 | android:layout_gravity="center"
|
17 |
| - android:layout_marginEnd="24dp" |
| 17 | + android:layout_marginEnd="12dp" |
| 18 | + android:gravity="center_vertical" |
18 | 19 | android:orientation="horizontal">
|
19 | 20 |
|
20 | 21 | <ImageView
|
21 | 22 | android:id="@+id/pod_left_icon"
|
22 |
| - style="@style/PodInfoItemIcon.Notification" |
| 23 | + style="@style/PodInfoItemIcon.Notification.Large" |
23 | 24 | android:src="@drawable/devic_airpods_pro2_left"
|
24 | 25 | tools:ignore="ContentDescription" />
|
25 | 26 |
|
|
49 | 50 | android:layout_width="wrap_content"
|
50 | 51 | android:layout_height="wrap_content"
|
51 | 52 | android:layout_gravity="center"
|
52 |
| - android:layout_marginEnd="24dp" |
| 53 | + android:layout_marginEnd="12dp" |
| 54 | + android:gravity="center_vertical" |
53 | 55 | android:orientation="horizontal">
|
54 | 56 |
|
55 | 57 | <ImageView
|
56 |
| - android:id="@+id/pod_right_icon" |
57 |
| - style="@style/PodInfoItemIcon.Notification" |
58 |
| - android:src="@drawable/devic_airpods_pro2_right" |
| 58 | + android:id="@+id/pod_case_icon" |
| 59 | + style="@style/PodInfoItemIcon.Notification.Large" |
| 60 | + android:src="@drawable/devic_airpods_gen1_case" |
59 | 61 | tools:ignore="ContentDescription" />
|
60 | 62 |
|
61 | 63 | <TextView
|
62 |
| - android:id="@+id/pod_right_label" |
| 64 | + android:id="@+id/pod_case_label" |
63 | 65 | style="@style/PodInfoItemText.Notification"
|
64 | 66 | android:layout_width="wrap_content"
|
65 | 67 | android:layout_height="wrap_content"
|
|
68 | 70 | tools:text="100%" />
|
69 | 71 |
|
70 | 72 | <ImageView
|
71 |
| - android:id="@+id/pod_right_charging" |
72 |
| - style="@style/PodInfoItemIcon.Notification" |
73 |
| - android:src="@drawable/ic_baseline_power_24" |
74 |
| - tools:ignore="ContentDescription" /> |
75 |
| - |
76 |
| - <ImageView |
77 |
| - android:id="@+id/pod_right_ear" |
| 73 | + android:id="@+id/pod_case_charging" |
78 | 74 | style="@style/PodInfoItemIcon.Notification"
|
79 |
| - android:src="@drawable/ic_baseline_hearing_24" |
80 |
| - tools:ignore="ContentDescription" /> |
| 75 | + android:src="@drawable/ic_baseline_power_24" /> |
81 | 76 | </LinearLayout>
|
82 | 77 |
|
83 | 78 | <LinearLayout
|
84 | 79 | android:layout_width="wrap_content"
|
85 | 80 | android:layout_height="wrap_content"
|
86 | 81 | android:layout_gravity="center"
|
| 82 | + android:gravity="center_vertical" |
87 | 83 | android:orientation="horizontal">
|
88 | 84 |
|
89 | 85 | <ImageView
|
90 |
| - android:id="@+id/pod_case_icon" |
91 |
| - style="@style/PodInfoItemIcon.Notification" |
92 |
| - android:src="@drawable/devic_airpods_gen1_case" |
| 86 | + android:id="@+id/pod_right_icon" |
| 87 | + style="@style/PodInfoItemIcon.Notification.Large" |
| 88 | + android:src="@drawable/devic_airpods_pro2_right" |
93 | 89 | tools:ignore="ContentDescription" />
|
94 | 90 |
|
95 | 91 | <TextView
|
96 |
| - android:id="@+id/pod_case_label" |
| 92 | + android:id="@+id/pod_right_label" |
97 | 93 | style="@style/PodInfoItemText.Notification"
|
98 | 94 | android:layout_width="wrap_content"
|
99 | 95 | android:layout_height="wrap_content"
|
|
102 | 98 | tools:text="100%" />
|
103 | 99 |
|
104 | 100 | <ImageView
|
105 |
| - android:id="@+id/pod_case_charging" |
| 101 | + android:id="@+id/pod_right_charging" |
106 | 102 | style="@style/PodInfoItemIcon.Notification"
|
107 |
| - android:src="@drawable/ic_baseline_power_24" /> |
| 103 | + android:src="@drawable/ic_baseline_power_24" |
| 104 | + tools:ignore="ContentDescription" /> |
| 105 | + |
| 106 | + <ImageView |
| 107 | + android:id="@+id/pod_right_ear" |
| 108 | + style="@style/PodInfoItemIcon.Notification" |
| 109 | + android:src="@drawable/ic_baseline_hearing_24" |
| 110 | + tools:ignore="ContentDescription" /> |
108 | 111 | </LinearLayout>
|
109 | 112 |
|
110 | 113 | </LinearLayout>
|
|
115 | 118 | android:layout_width="wrap_content"
|
116 | 119 | android:layout_height="wrap_content"
|
117 | 120 | android:layout_gravity="center"
|
| 121 | + android:layout_marginTop="8dp" |
118 | 122 | android:gravity="center"
|
119 | 123 | android:textSize="12sp"
|
120 | 124 | android:textStyle="bold"
|
|
0 commit comments