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

Commit c76698d9 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Tweak padding for conditional card layout."

parents 5fce5f49 2fa4b1f7
Loading
Loading
Loading
Loading
+30 −24
Original line number Diff line number Diff line
@@ -23,11 +23,16 @@

    <LinearLayout
        android:id="@+id/content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="@dimen/homepage_condition_half_card_padding_top"
        android:orientation="vertical">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingStart="@dimen/homepage_card_padding_start"
            android:paddingEnd="@dimen/homepage_card_padding_end"
        android:paddingTop="@dimen/homepage_condition_half_card_padding_top"
            android:orientation="vertical">

            <ImageView
@@ -57,6 +62,7 @@

            <include layout="@layout/horizontal_divider"/>

        </LinearLayout>
        <Button
            android:id="@+id/first_action"
            android:layout_width="match_parent"
+1 −0
Original line number Diff line number Diff line
@@ -476,6 +476,7 @@
    <style name="ConditionHalfCardBorderlessButton"
           parent="@style/ConditionCardBorderlessButton">
        <item name="android:textAlignment">viewStart</item>
        <item name="android:layout_marginStart">4dp</item>
    </style>

    <style name="ConditionFullCardBorderlessButton"