mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-18 04:10:45 +01:00
tweak top shadow values
- set shadowDy=2 and shadowColor=md_grey_200_dark
This commit is contained in:
parent
a4af0929c5
commit
a14461d1c3
@ -25,9 +25,9 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TopIconShadow">
|
<style name="TopIconShadow">
|
||||||
<item name="android:shadowColor">@color/md_grey_400_dark</item>
|
<item name="android:shadowColor">@color/md_grey_200_dark</item>
|
||||||
<item name="android:shadowDx">0</item>
|
<item name="android:shadowDx">0</item>
|
||||||
<item name="android:shadowDy">4</item>
|
<item name="android:shadowDy">2</item>
|
||||||
<item name="android:shadowRadius">10</item>
|
<item name="android:shadowRadius">10</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user