forked from GitHub-Mirror/riotX-android
9 lines
261 B
XML
Executable File
9 lines
261 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="#c0c0c0"
|
|
android:startColor="#e1e1e1"
|
|
android:type="linear" />
|
|
</shape> |