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

Commit ce5ae4e7 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-19.1' into v1-s

parents b7efd5b4 59a2d62d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- This is necessary to add alpha to dynamic colors to a single theme -->
    <item
        android:alpha=".9"
        android:color="@color/keyboard_background_you" />
</selector>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- This is necessary to add alpha to dynamic colors to a single theme -->
    <item
        android:alpha=".7"
        android:color="@color/gesture_trail_color_you" />
</selector>
+2 −0
Original line number Diff line number Diff line
@@ -5,4 +5,6 @@
    <color name="auto_correct_color_you">@color/auto_correct_color_lxx_dark</color>
    <color name="suggested_word_color_you">@color/suggested_word_color_lxx_dark</color>
    <color name="highlight_color_you">@color/highlight_color_lxx_dark</color>
    <color name="gesture_trail_color_you">@android:color/system_accent3_100</color>
    <color name="gesture_floating_preview_text_color_you">@android:color/system_neutral1_0</color>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@
    <color name="suggested_word_color_you">@color/suggested_word_color_lxx_light</color>
    <color name="highlight_color_you">@color/highlight_color_lxx_light</color>
    <color name="keyboard_navigation_bar">@color/keyboard_background_you</color>
    <color name="gesture_trail_color_you">@android:color/system_accent3_800</color>
    <color name="gesture_floating_preview_text_color_you">@android:color/system_neutral1_1000</color>
</resources>
+1 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
    <dimen name="keyboard_key_corner_radius_you">8dp</dimen>
    <dimen name="config_gesture_floating_preview_round_radius_you">8dp</dimen>
</resources>
Loading