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

Commit cd84b369 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Set columns for tablet based on width rather than smallest-width

Test: manually with tablet
Test: manually with folded/unfolded foldable
Test: manually changing display size on devices to smallest and largest
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Bug: 406456758
Change-Id: Id4924fdc3cf30e46e6286205e261f3d423e5ef12
parent 921f2de4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -21,7 +21,4 @@
    <!-- Nav bar button default ordering/layout -->
    <string name="config_navBarLayout" translatable="false">back,home,left;space;right,recent</string>

    <!-- The number of columns in the Split Shade QuickSettings -->
    <integer name="quick_settings_split_shade_num_columns">6</integer>

</resources>
+24 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2025, 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>

    <!-- The number of columns in the Split Shade QuickSettings -->
    <integer name="quick_settings_split_shade_num_columns">6</integer>

</resources>