fix displaying shadow above bottom buttons in older android versions
This commit is contained in:
parent
c352a04883
commit
db0038a050
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue