forked from GitHub-Mirror/riotX-android
8 lines
231 B
XML
8 lines
231 B
XML
<?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> |