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

Commit 0d4c930c authored by chihhangchuang's avatar chihhangchuang Committed by Automerger Merge Worker
Browse files

Cleanup for theme picker am: 16c2eb2d

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/11587715

Change-Id: I32fe7b167023dc2b69e9b9be868f2f4e84a2acdc
parents 4c9e7423 16c2eb2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
            android:paddingBottom="@dimen/preview_content_padding_bottom"
            android:clipToPadding="false"
            android:background="@color/fullscreen_preview_background">
            <include layout="@layout/theme_preview_card_v2"/>
            <include layout="@layout/theme_preview_card"/>
        </FrameLayout>
        <LinearLayout
            android:id="@+id/options_section"
+2 −2
Original line number Diff line number Diff line
@@ -38,12 +38,12 @@
                <FrameLayout
                    android:id="@+id/preview_card_container"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/preview_content_height"
                    android:layout_height="wrap_content"
                    android:paddingTop="@dimen/preview_content_padding_top"
                    android:paddingBottom="@dimen/preview_content_padding_bottom"
                    android:clipToPadding="false"
                    android:background="@color/fullscreen_preview_background">
                    <include layout="@layout/theme_preview_card_v2"/>
                    <include layout="@layout/theme_preview_card"/>
                </FrameLayout>
            </FrameLayout>

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintVertical_bias="0.0">
            <include layout="@layout/theme_preview_card_v2"/>
            <include layout="@layout/theme_preview_card"/>
        </FrameLayout>

        <androidx.constraintlayout.widget.Guideline
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@
        android:clipToPadding="false"
        android:background="@color/fullscreen_preview_background">

        <include layout="@layout/theme_preview_card_v2"/>
        <include layout="@layout/theme_preview_card"/>
    </FrameLayout>
</LinearLayout>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
                app:layout_constraintHeight_max="@dimen/preview_pager_max_height"
                app:layout_constraintVertical_bias="0.0"
                app:layout_constraintHeight_percent="@dimen/preview_pager_maximum_height_ratio">
                <include layout="@layout/theme_preview_card_v2"/>
                <include layout="@layout/theme_preview_card"/>
            </FrameLayout>

            <androidx.recyclerview.widget.RecyclerView
Loading