Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f87b801a authored by Han Wang's avatar Han Wang Committed by Bruno Martins
Browse files

overlay: Clean up Settings overlay

 * Merge bools.xml into config.xml for 10.

 * Remove dead overlays.

Change-Id: I7773adb71aa20337395236f7a8ad334b03cc99de
parent 045f664a
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>
    <!-- Whether to show a preference item for mobile plan -->
    <bool name="config_show_mobile_plan">false</bool>

    <!-- Whether wallpaper attribution should be shown or not. -->
    <bool name="config_show_wallpaper_attribution">false</bool>
</resources>
+6 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright 2016 The ??? Project
     Copyright (C) 2019 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -21,6 +21,9 @@
    <!-- If the Storage Manager settings are enabled. -->
    <bool name="config_storage_manager_settings_enabled">true</bool>

    <!-- Does the device allow updating the recovery. -->
    <bool name="config_enableRecoveryUpdater">false</bool>
    <!-- Whether to show a preference item for mobile plan -->
    <bool name="config_show_mobile_plan">false</bool>

    <!-- Whether wallpaper attribution should be shown or not. -->
    <bool name="config_show_wallpaper_attribution">false</bool>
</resources>
+0 −1
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@

<resources>
    <dimen name="search_bar_corner_radius">24.0dip</dimen>
    <dimen name="suggestion_card_corner_radius">8.0dip</dimen>
</resources>