Merge pull request #11125 from osmandapp/fix_shadow_above_buttons

Fix shadow above bottom buttons
This commit is contained in:
Vitaliy 2021-03-14 23:42:17 +02:00 committed by GitHub
commit 64336f85de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
<gradient
android:angle="90"
android:startColor="#1A000000"
android:centerColor="#00FFFFFF"
android:endColor="#00FFFFFF" />
android:centerColor="#00000000"
android:endColor="#00000000" />
</shape>
</item>
@ -23,8 +23,8 @@
<gradient
android:angle="90"
android:startColor="#0D000000"
android:centerColor="#00FFFFFF"
android:endColor="#00FFFFFF" />
android:centerColor="#00000000"
android:endColor="#00000000" />
</shape>
</item>