Modify Settings homepage layout
- Add BottomNavigationView which has two tabs - Remove BottomSheet in layout files Change-Id: I493290fa9dee0566c73c5c9d7fbba10b71b4e2b4 Fixes: 113266753 Test: visual
This commit is contained in:
@@ -10078,4 +10078,10 @@
|
||||
<!-- UI debug setting: Enable High Refresh Rate virtual panel [CHAR LIMIT=50] -->
|
||||
<string name="high_frequency_display_device_summary">Enable Virtual High Frequency Panel</string>
|
||||
|
||||
<!-- Homepage bottom menu. Title for display all Settings [CHAR LIMIT=30] -->
|
||||
<string name="homepage_all_settings">All Settings</string>
|
||||
|
||||
<!-- Homepage bottom menu. Title for display personalized Settings [CHAR LIMIT=30] -->
|
||||
<string name="homepage_personal_settings">Your Settings</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -167,6 +167,7 @@
|
||||
|
||||
<style name="Theme.Settings.Home" parent="Theme.AppCompat.DayNight.NoActionBar">
|
||||
<!-- Color names copied from frameworks/base/core/res/res/values/themes_device_defaults.xml -->
|
||||
<!-- TODO (b/113964702) : fix theme color -->
|
||||
<item name="colorPrimary">@*android:color/primary_device_default_settings_light</item>
|
||||
<item name="colorPrimaryDark">@*android:color/primary_dark_device_default_settings_light</item>
|
||||
<item name="colorAccent">@*android:color/accent_device_default_light</item>
|
||||
|
||||
Reference in New Issue
Block a user