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

Commit 0e105c41 authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "Home Controls: Adjust resource configs for UI to be responsive."

parents a9f0101e 2443194d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -31,9 +31,6 @@
    <!-- orientation of the dead zone when touches have recently occurred elsewhere on screen -->
    <integer name="navigation_bar_deadzone_orientation">1</integer>

    <!-- Max number of columns for quick controls area -->
    <integer name="controls_max_columns">4</integer>

    <!-- Max number of columns for power menu -->
    <integer name="power_menu_max_columns">4</integer>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
  ~ limitations under the License
  -->
<resources>
    <!-- Max number of columns for quick controls area -->
    <integer name="controls_max_columns">2</integer>

    <!-- The maximum number of rows in the QSPanel -->
    <integer name="quick_settings_max_rows">3</integer>

+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
  ~ limitations under the License
  -->
<resources>

    <!-- The maximum number of tiles in the QuickQSPanel -->
    <integer name="quick_qs_panel_max_tiles">6</integer>

+0 −3
Original line number Diff line number Diff line
@@ -29,9 +29,6 @@
    <!-- orientation of the dead zone when touches have recently occurred elsewhere on screen -->
    <integer name="navigation_bar_deadzone_orientation">0</integer>

    <!-- Max number of columns for quick controls area -->
    <integer name="controls_max_columns">4</integer>

    <!-- How many lines to show in the security footer -->
    <integer name="qs_security_footer_maxLines">1</integer>

+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
  ~ limitations under the License
  -->
<resources>
    <!-- Max number of columns for quick controls area -->
    <integer name="controls_max_columns">2</integer>

    <!-- The maximum number of rows in the QSPanel -->
    <integer name="quick_settings_max_rows">3</integer>

Loading