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

Commit 06972d81 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Make theme picker options carousels full bleed

Fixes: 130760271
Test: visual
Change-Id: Icaea7de251ac7d795fe051d5f989c557b59bbf2e
parent 535db3e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
        android:id="@+id/options_section"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:paddingVertical="10dp"
        android:orientation="vertical">

        <androidx.recyclerview.widget.RecyclerView
@@ -46,7 +46,8 @@

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            android:layout_height="wrap_content"
            android:paddingHorizontal="10dp">
            <Button
                android:id="@+id/apply_button"
                style="@style/ActionPrimaryButton"
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
        android:id="@+id/options_section"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:paddingVertical="10dp"
        android:orientation="vertical">

        <TextView
+3 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        android:id="@+id/options_section"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:paddingVertical="10dp"
        android:orientation="vertical">

        <androidx.recyclerview.widget.RecyclerView
@@ -45,7 +45,8 @@

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            android:layout_height="wrap_content"
            android:paddingHorizontal="10dp">
            <Button
                android:id="@+id/apply_button"
                style="@style/ActionPrimaryButton"
+3 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
        android:id="@+id/options_section"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:paddingVertical="10dp"
        android:orientation="vertical">

        <androidx.recyclerview.widget.RecyclerView
@@ -44,7 +44,8 @@

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            android:layout_height="wrap_content"
            android:paddingHorizontal="10dp">
            <CheckBox
                android:id="@+id/use_my_wallpaper"
                android:layout_width="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
    <dimen name="theme_option_title_font_text_size">12sp</dimen>

    <dimen name="option_tile_margin_horizontal">4dp</dimen>
    <dimen name="option_tile_margin_horizontal_ends">10dp</dimen>
    <dimen name="theme_option_label_margin">4dp</dimen>

    <dimen name="preview_card_corner_radius">8dp</dimen>
Loading