|
|
@@ -0,0 +1,14 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:shape="rectangle">
|
|
|
+ <size
|
|
|
+ android:width="162dp"
|
|
|
+ android:height="162dp"/>
|
|
|
+ <gradient
|
|
|
+ android:centerX="1"
|
|
|
+ android:centerY="1"
|
|
|
+ android:endColor="#00000000"
|
|
|
+ android:gradientRadius="100%"
|
|
|
+ android:startColor="#08000000"
|
|
|
+ android:type="radial"/>
|
|
|
+</shape>
|