mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: parts: Put selectable = false
They are not meant to be selected in the first place
This commit is contained in:
parent
c19e235315
commit
208e4ab7fe
1 changed files with 13 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/fastcharge_title">
|
||||
|
||||
<com.android.settingslib.widget.MainSwitchPreference
|
||||
<com.android.settingslib.widget.MainSwitchPreference
|
||||
android:key="show_data"
|
||||
android:title="@string/show_data"/>
|
||||
|
||||
|
|
@ -22,32 +22,38 @@
|
|||
<Preference
|
||||
android:key="battery_capacity"
|
||||
android:title="@string/battery_max_capa"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery_charged_up_to"
|
||||
android:title="@string/battery_chrged_up_to"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery_charged_up_to_mah"
|
||||
android:title="@string/battery_chrged_up_to_mah"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery_current"
|
||||
android:title="@string/battery_current"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery_status"
|
||||
android:title="@string/battery_status"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="battery_temp"
|
||||
android:title="@string/battery_temp"
|
||||
android:summary="@string/not_shown"/>
|
||||
android:summary="@string/not_shown"
|
||||
android:selectable="false"/>
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="footer_preference"
|
||||
|
|
|
|||
Loading…
Reference in a new issue