mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -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
|
|
@ -22,32 +22,38 @@
|
||||||
<Preference
|
<Preference
|
||||||
android:key="battery_capacity"
|
android:key="battery_capacity"
|
||||||
android:title="@string/battery_max_capa"
|
android:title="@string/battery_max_capa"
|
||||||
android:summary="@string/not_shown"/>
|
android:summary="@string/not_shown"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="battery_charged_up_to"
|
android:key="battery_charged_up_to"
|
||||||
android:title="@string/battery_chrged_up_to"
|
android:title="@string/battery_chrged_up_to"
|
||||||
android:summary="@string/not_shown"/>
|
android:summary="@string/not_shown"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="battery_charged_up_to_mah"
|
android:key="battery_charged_up_to_mah"
|
||||||
android:title="@string/battery_chrged_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
|
<Preference
|
||||||
android:key="battery_current"
|
android:key="battery_current"
|
||||||
android:title="@string/battery_current"
|
android:title="@string/battery_current"
|
||||||
android:summary="@string/not_shown"/>
|
android:summary="@string/not_shown"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="battery_status"
|
android:key="battery_status"
|
||||||
android:title="@string/battery_status"
|
android:title="@string/battery_status"
|
||||||
android:summary="@string/not_shown"/>
|
android:summary="@string/not_shown"
|
||||||
|
android:selectable="false"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="battery_temp"
|
android:key="battery_temp"
|
||||||
android:title="@string/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
|
<com.android.settingslib.widget.FooterPreference
|
||||||
android:key="footer_preference"
|
android:key="footer_preference"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue