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

Commit cc781a38 authored by Jason Chiu's avatar Jason Chiu Committed by Android (Google) Code Review
Browse files

Merge "Change the font weight of the slice title to medium"

parents b53efae0 4b6a1a53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_marginBottom="@dimen/contextual_condition_card_title_margin_bottom"
                    android:textAppearance="@style/TextAppearance.ConditionCardTitle"/>
                    android:textAppearance="@style/TextAppearance.HomepageCardTitle"/>

                <TextView
                    android:id="@android:id/summary"
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
                android:layout_marginStart="@dimen/contextual_card_text_padding_start"
                android:layout_marginTop="@dimen/contextual_condition_half_card_title_margin_top"
                android:layout_marginBottom="@dimen/contextual_condition_card_title_margin_bottom"
                android:textAppearance="@style/TextAppearance.ConditionCardTitle"/>
                android:textAppearance="@style/TextAppearance.HomepageCardTitle"/>

            <TextView
                android:id="@android:id/summary"
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@

        <androidx.slice.widget.SliceView
            android:id="@+id/slice_view"
            android:theme="@style/Theme.Settings.ContextualCard"
            style="@style/ContextualCardSliceViewStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
                android:ellipsize="end"
                android:layout_marginStart="@dimen/contextual_card_text_padding_start"
                android:layout_marginTop="@dimen/contextual_half_card_title_margin_top"
                android:textAppearance="@style/TextAppearance.ConditionCardTitle"/>
                android:textAppearance="@style/TextAppearance.HomepageCardTitle"/>

        </LinearLayout>

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@

    <androidx.slice.widget.SliceView
        android:id="@+id/slice_view"
        android:theme="@style/Theme.Settings.ContextualCard"
        style="@style/ContextualCardSliceViewStyle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
Loading