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

Commit c3de37da authored by Greg Stępniewski's avatar Greg Stępniewski
Browse files

Minor UI fixes for desktop mode app header

Updated chevron svg and unified padding between minimize/maximize icons

Flag: com.android.window.flags.enable_desktop_windowing_mode
Test: Verify manually (correct chevron size and equal padding between icons)
Bug: 369606394
Change-Id: I0dc64c5bbbb6a87db548d0ee2e81898a9062b611
parent 9f556878
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2023 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
  -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="16dp"
    android:height="16dp"
    android:viewportWidth="16"
    android:viewportHeight="16"
    android:tint="?android:attr/textColorSecondary">
    <path
        android:fillColor="#FF000000"
        android:pathData="M 8 11.375 L 2 5.375 L 3.4 3.975 L 8 8.575 L 12.6 3.975 L 14 5.375 L 8 11.375 Z"
        />
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
            android:id="@+id/expand_menu_button"
            android:layout_width="16dp"
            android:layout_height="16dp"
            android:src="@drawable/ic_baseline_expand_more_24"
            android:src="@drawable/ic_baseline_expand_more_16"
            android:background="@null"
            android:scaleType="fitCenter"
            android:clickable="false"
@@ -101,7 +101,7 @@
        android:layout_width="44dp"
        android:layout_height="40dp"
        android:layout_gravity="end"
        android:layout_marginHorizontal="8dp"
        android:layout_marginEnd="8dp"
        android:clickable="true"
        android:focusable="true"/>