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

Commit fe2893b2 authored by Mario Bertschler's avatar Mario Bertschler Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-b7c4122a-a8cc-4b3b-b83c-0c9eba63d2ad" into ub-launcher3-master

* changes:
  [automerger] Adjusting opacity values for all apps. am: f30c63c5
  Adjusting opacity values for all apps.
parents fe45ead7 f3eef05c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    <bool name="is_large_tablet">false</bool>
    <bool name="allow_rotation">false</bool>

    <integer name="extracted_color_gradient_alpha">191</integer>
    <integer name="extracted_color_gradient_alpha">153</integer>

    <!-- A string pointer to the original app name string. This allows derived projects to
     easily override the app name without providing all translations -->
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
    </style>

    <style name="BaseLauncherThemeWithCustomAttrs" parent="@style/BaseLauncherTheme">
        <item name="allAppsScrimColor">#DDFFFFFF</item>
        <item name="allAppsScrimColor">#CCFFFFFF</item>
        <item name="popupColorPrimary">#FFF</item>
        <item name="popupColorSecondary">#F5F5F5</item> <!-- Gray 100 -->
        <item name="popupColorTertiary">#E0E0E0</item> <!-- Gray 300 -->
@@ -61,7 +61,7 @@
        <item name="android:textColorHint">#A0FFFFFF</item>
        <item name="android:colorControlHighlight">#A0FFFFFF</item>
        <item name="android:colorPrimary">#FF333333</item>
        <item name="allAppsScrimColor">#33000000</item>
        <item name="allAppsScrimColor">#7A000000</item>
        <item name="popupColorPrimary">?android:attr/colorPrimary</item>
        <item name="popupColorSecondary">#424242</item> <!-- Gray 800 -->
        <item name="popupColorTertiary">#757575</item> <!-- Gray 600 -->