From 447192f903f85df1cf97352f81af46212302ec80 Mon Sep 17 00:00:00 2001 From: Yoshinori Hirano Date: Mon, 30 Oct 2017 14:38:57 +0900 Subject: [PATCH] Add SettingsMultiSelectListPreference style There is no OK and CANCEL button when changing APN Bearer. To fix this issue, OK and CANCEL button should be added to SettingsMultiSelectListPreference style. Fixes: 66928311 Test: manual - Add a new APN and tap Bearer Change-Id: I2b5719a7c1fdb721b15308e0eef7db3e6398e097 --- res/values/styles_preference.xml | 5 +++++ res/xml/apn_editor.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/res/values/styles_preference.xml b/res/values/styles_preference.xml index 5fe1ef41787..6b632ca7b1d 100644 --- a/res/values/styles_preference.xml +++ b/res/values/styles_preference.xml @@ -40,4 +40,9 @@ @layout/two_state_button + + \ No newline at end of file diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index b1e332bd7c4..742a436019e 100644 --- a/res/xml/apn_editor.xml +++ b/res/xml/apn_editor.xml @@ -157,6 +157,7 @@ android:entries="@array/bearer_entries" android:entryValues="@array/bearer_values" android:persistent="false" + style="@style/SettingsMultiSelectListPreference" />