oxFaceAndroid
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
382 B

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#4CAF50"
android:centerColor="#66BB6A"
android:endColor="#81C784"
android:angle="135"
android:type="linear" />
<corners android:radius="16dp" />
</shape>