mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-17 20:00:57 +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 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:shadowDy">4</item>
|
||||
<item name="android:shadowDy">2</item>
|
||||
<item name="android:shadowRadius">10</item>
|
||||
</style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user