blob: 72c42f921aca402d53fde7bbde9620bc28c41de3 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#44000000"
android:endColor="#AAFFFFFF"
android:angle="0" />
</shape>
|