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

Commit 6efb03f9 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

fix clipboard chip and preview

parent cd0b772e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:shape="rectangle">
    <solid android:color="?androidprv:attr/colorAccentSecondary"/>
    <solid android:color="@*android:color/e_accent"/>
    <corners android:radius="10dp"/>
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@
                  android:autoSizeMaxTextSize="@dimen/clipboard_overlay_max_font"
                  android:textColor="?attr/overlayButtonTextColor"
                  android:textColorLink="?attr/overlayButtonTextColor"
                  android:background="?androidprv:attr/colorAccentSecondary"
                  android:background="@*android:color/e_accent"
                  android:layout_width="@dimen/clipboard_preview_size"
                  android:layout_height="@dimen/clipboard_preview_size"/>
        <ImageView
+0 −4
Original line number Diff line number Diff line
@@ -71,10 +71,6 @@
        <item name="android:navigationBarColor">?android:attr/colorBackgroundFloating</item>
    </style>

    <style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="overlayButtonTextColor">?android:attr/textColorPrimaryInverse</item>
    </style>

    <style name="EditTextActivityButton" parent="@android:style/Widget.DeviceDefault.Button.Colored">
        <item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
    </style>
+1 −1
Original line number Diff line number Diff line
@@ -989,7 +989,7 @@
    </style>

    <style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="overlayButtonTextColor">?android:attr/textColorPrimary</item>
        <item name="overlayButtonTextColor">@*android:color/e_background</item>
    </style>

    <style name="EditTextActivityButton" parent="@android:style/Widget.DeviceDefault.Button.Colored">