Merge "Adjusting opacity values for all apps." into ub-launcher3-dorval-polish2
This commit is contained in:
commit
9b745a82bf
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue