Handle Samsung charging battery chip
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user