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

Commit 5b95342e authored by Luciano Pacheco's avatar Luciano Pacheco
Browse files

DocsUI M3: Remove layout variance based on window height

For Material3 the variance will be based only on the window width.

Move layouts/values from `sw` to only `s` and remove the `h600dp`
variant.

Test: Manual build, deploy apk and start it on DUT with flag on
Flag: com.android.documentsui.flags.use_material3
Bug: 380369329
Change-Id: I526b8fd53efe5970bc63e92bddb2978457412deb
parent 4ce945d4
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −19
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2024 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>
    <dimen name="item_doc_inflated_message_padding_top">30dp</dimen>
</resources>
Loading