forked from GitHub-Mirror/riotX-android
Rename app
to vector
This commit is contained in:
8
vector/src/main/res/drawable/shadow_top_dark.xml
Normal file
8
vector/src/main/res/drawable/shadow_top_dark.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#212121"
|
||||
android:startColor="#1a1a1a" />
|
||||
</shape>
|
Reference in New Issue
Block a user