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

Commit 4e82480d authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '1327-fix_next_button_ui' into 'main'

Issue 1327: Fix next button ui

See merge request !142
parents dc2af7f3 974a80b7
Loading
Loading
Loading
Loading
Loading
+23 −6
Original line number Original line Diff line number Diff line
@@ -15,11 +15,28 @@
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  ~  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->
  -->


<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="@color/ripple_material_dark">

    <item android:id="@android:id/mask">
        <shape android:shape="rectangle">
            <stroke
                android:width="7dp"
                android:color="#00FFFFFF" />
            <solid android:color="@android:color/white" />
            <corners android:radius="7dp" />
        </shape>
    </item>

    <item>
        <shape
        <shape
    xmlns:android="http://schemas.android.com/apk/res/android"
            android:shape="rectangle">
            android:shape="rectangle">

            <stroke
                android:width="7dp"
                android:color="#00FFFFFF" />
            <solid android:color="#FFFFFF"/>
            <solid android:color="#FFFFFF"/>
            <corners android:radius="7dp"/>
            <corners android:radius="7dp"/>

        </shape>
        </shape>
    </item>

</ripple>
+0 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,6 @@
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            android:foreground="?selectableItemBackground"
            android:background="@drawable/btn_bg_rounded_corner"
            android:background="@drawable/btn_bg_rounded_corner"
            android:backgroundTint="@color/btn_color_bg_state"
            android:backgroundTint="@color/btn_color_bg_state"
            android:textColor="@color/color_default_background"
            android:textColor="@color/color_default_background"
+0 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            android:textColor="@color/color_default_background"
            android:textColor="@color/color_default_background"
            android:foreground="?selectableItemBackground"
            android:background="@drawable/btn_bg_rounded_corner"
            android:background="@drawable/btn_bg_rounded_corner"
            android:backgroundTint="@color/color_default_accent"
            android:backgroundTint="@color/color_default_accent"
            android:textSize="14sp"
            android:textSize="14sp"