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

Commit 51c415c0 authored by Ajinkya Chalke's avatar Ajinkya Chalke
Browse files

Update app clips positive button to follow mocks

Bug: 300307759
Test: Manually verified the UI
Flag: EXEMPT minor UI change
Change-Id: I7c28f3dbce77a1c09909d184c382579f70b9b06a
parent d094bc7c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  -->
<androidx.constraintlayout.widget.ConstraintLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:background="@null"
@@ -30,9 +31,10 @@
        android:layout_height="48dp"
        android:layout_marginStart="8dp"
        android:background="@drawable/overlay_button_background"
        android:backgroundTint="?androidprv:attr/materialColorPrimary"
        android:paddingHorizontal="24dp"
        android:text="@string/app_clips_save_add_to_note"
        android:textColor="?android:textColorSecondary"
        android:textColor="?androidprv:attr/materialColorOnPrimary"
        app:layout_constraintBottom_toTopOf="@id/preview"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />