diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2022-08-06 22:47:10 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-16 12:21:37 +0200 |
commit | 691a5872fcd5f8558a7ca8fab603a04efe258d50 (patch) | |
tree | 9d7552c7a3b6b795477986377096927b8abf45aa /configpanel/res/xml | |
parent | 325062d359e60250ca50946eead7bd647caceaef (diff) |
msm8996-common: configpanel: Update for 12 and cleanup
Change-Id: Ib7b28f04d83ee29aee73cf3bdf62f99cf99824fd
Diffstat (limited to 'configpanel/res/xml')
-rw-r--r-- | configpanel/res/xml/button_panel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configpanel/res/xml/button_panel.xml b/configpanel/res/xml/button_panel.xml index 6e13cb6..c0e77b4 100644 --- a/configpanel/res/xml/button_panel.xml +++ b/configpanel/res/xml/button_panel.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/button_panel_title"> <PreferenceCategory android:key="fp_key" |