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

Commit 311c981c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update suggestion (with button) card's title textAppearance"

parents 24a5a246 da2fadf6
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@
    <ImageView
        android:id="@android:id/icon"
        android:layout_width="@dimen/dashboard_tile_image_size"
        android:layout_height="@dimen/dashboard_tile_image_size"
        android:contentDescription="@null" />
        android:layout_height="@dimen/dashboard_tile_image_size" />

    <LinearLayout
        android:layout_width="match_parent"
@@ -45,11 +44,11 @@
        android:orientation="vertical">

        <TextView
            style="@style/TextAppearance.SuggestionTitle"
            android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginStart="6dp" />
            android:layout_marginStart="6dp"
            android:textAppearance="@style/TextAppearance.TileTitle" />

        <TextView
            android:id="@android:id/summary"