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

Commit 611087fc authored by Wenbo Jie (介文博)'s avatar Wenbo Jie (介文博) Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI M3] Update cross profile header in nav tree" into main

parents 30139568 e9f0fac7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -18,15 +18,14 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    android:paddingHorizontal="16dp"
    android:paddingVertical="18dp"
    android:gravity="center_vertical">

    <com.google.android.material.textview.MaterialTextView
        android:id="@android:id/title"
        android:paddingStart="64dp"
        android:layout_width="wrap_content"
        android:layout_height="44dp"
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        style="@style/DrawerMenuHeader"/>

+2 −4
Original line number Diff line number Diff line
@@ -64,10 +64,8 @@
        <item name="fontFamily">@string/config_fontFamilyMedium</item>
    </style>

    <style name="DrawerMenuHeader" parent="@style/TextAppearance.Material3.BodyLarge">
        <item name="android:textColor">?android:attr/textColorSecondary</item>
        <item name="android:textAllCaps">true</item>
        <item name="android:textSize">11sp</item>
    <style name="DrawerMenuHeader" parent="@style/TextAppearance.Material3.TitleSmall.Emphasized">
        <item name="android:textColor">?attr/colorOnSurfaceVariant</item>
        <item name="fontFamily">@string/config_fontFamilyMedium</item>
    </style>