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

Commit 3c01414b authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Clean up accessibility quick settings "tooltips" for singular purpose" into tm-dev

parents f08958b4 075364f1
Loading
Loading
Loading
Loading
+234 −266

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@
    android:layout_height="wrap_content"
    android:gravity="center"
    android:orientation="vertical"
    android:background="@drawable/accessibility_qs_tooltips_background">
    android:background="@drawable/accessibility_qs_tooltip_background">

    <ImageView
        android:id="@+id/qs_illustration"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/accessibility_qs_tooltips_margin_top"
        android:paddingTop="@dimen/accessibility_qs_tooltip_margin_top"
        android:layout_gravity="center_horizontal"
        android:contentDescription="@null" />

@@ -34,7 +34,7 @@
        android:id="@+id/qs_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="@dimen/accessibility_qs_tooltips_margin"
        android:padding="@dimen/accessibility_qs_tooltip_margin"
        android:textColor="@android:color/black"
        android:fontFamily="@*android:string/config_headlineFontFamilyMedium"
        android:textSize="16sp" />
Loading