diff options
author | Bruno Martins <bgcngm@gmail.com> | 2023-12-11 16:04:59 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 08:40:13 +0530 |
commit | 621850c33cb8097fab673910a4577b5427fcb190 (patch) | |
tree | dd9ecd778039fb934e41feaea012a2e80ea652db /configpanel/AndroidManifest.xml | |
parent | 69227a8416fd77702005cf3f51f03a2f509d868e (diff) |
msm8996-common: configpanel: Re-style
This brings user interface inline with Settings.
Change-Id: I73f8a68a8bf99897af8a93030367af046fb5a5b7
Diffstat (limited to 'configpanel/AndroidManifest.xml')
-rw-r--r-- | configpanel/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configpanel/AndroidManifest.xml b/configpanel/AndroidManifest.xml index b7c7905..aa50112 100644 --- a/configpanel/AndroidManifest.xml +++ b/configpanel/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The CyanogenMod Project - Copyright (C) 2017-2020 The LineageOS Project + Copyright (C) 2017,2023 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ <application android:label="@string/device_settings_app_name" + android:theme="@style/Theme.SubSettingsBase" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"> |