diff options
author | 2024-12-23 13:50:45 +0000 | |
---|---|---|
committer | 2025-01-02 01:47:33 -0800 | |
commit | fed82b80d1e26df66af1d78d1fb24f0870c44676 (patch) | |
tree | 824002d4b5c785727c594d8637db87f961d1ede4 | |
parent | 834f96f5787321fd2542965263ea6eb332cb0bf8 (diff) |
Unnecesary textApperance tag removed from desktop app header
Bug: 369587211
Flag: com.android.window.flags.enable_desktop_windowing_mode
Test: verify fonts manually (use GMail app as the "G" is a good indicator)
Change-Id: I7f1688ffb41e59c081ae7ae600ecb4273eadb57d
-rw-r--r-- | libs/WindowManager/Shell/res/layout/desktop_mode_app_header.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/res/layout/desktop_mode_app_header.xml b/libs/WindowManager/Shell/res/layout/desktop_mode_app_header.xml index fcf74e3c1936..2d559fc1c7d4 100644 --- a/libs/WindowManager/Shell/res/layout/desktop_mode_app_header.xml +++ b/libs/WindowManager/Shell/res/layout/desktop_mode_app_header.xml @@ -48,7 +48,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:maxWidth="130dp" - android:textAppearance="@android:style/TextAppearance.Material.Title" android:textSize="14sp" android:textFontWeight="500" android:lineHeight="20sp" |