Handle Samsung charging battery chip

This commit is contained in:
ajp_anton
2026-06-17 11:03:38 +00:00
parent 044b6368b8
commit f16e1a8ad5
12 changed files with 423 additions and 4 deletions
@@ -47,6 +47,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/status_chips_hide_call_unlocked_label" />
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/status_chips_hide_battery_switch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/status_chips_hide_battery_label" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
+1
View File
@@ -131,6 +131,7 @@
<string name="status_chips_hide_media_unlocked_label">Hide media chip (unlocked)</string>
<string name="status_chips_hide_navigation_unlocked_label">Hide navigation chip (unlocked)</string>
<string name="status_chips_hide_call_unlocked_label">Hide call chip (unlocked)</string>
<string name="status_chips_hide_battery_label">Hide charging battery chip</string>
<string name="misc_title">Misc</string>
<string name="battery_bar_title">Battery bar</string>
<string name="battery_bar_master_toggle_title">Master toggle</string>