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/src | |
parent | 69227a8416fd77702005cf3f51f03a2f509d868e (diff) |
msm8996-common: configpanel: Re-style
This brings user interface inline with Settings.
Change-Id: I73f8a68a8bf99897af8a93030367af046fb5a5b7
Diffstat (limited to 'configpanel/src')
-rw-r--r-- | configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java | 2 | ||||
-rw-r--r-- | configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java b/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java index 98e1e2e..0d2afc9 100644 --- a/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java +++ b/configpanel/src/org/lineageos/settings/device/ButtonSettingsActivity.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2016 The CyanogenMod Project - * (C) 2017 The LineageOS Project + * (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. diff --git a/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java b/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java index 9605bdf..39057b3 100644 --- a/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java +++ b/configpanel/src/org/lineageos/settings/device/ButtonSettingsFragment.java @@ -1,6 +1,6 @@ /* * Copyright (C) 2016 The CyanogenMod Project - * (C) 2017,2020-2021 The LineageOS Project + * (C) 2017,2019-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. @@ -21,7 +21,6 @@ import android.app.ActionBar; import android.content.SharedPreferences; import android.os.Bundle; import android.text.TextUtils; -import android.view.MenuItem; import androidx.preference.ListPreference; import androidx.preference.Preference; |