|
|
|
@ -10,16 +10,17 @@
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<gradient
|
|
|
|
<gradient
|
|
|
|
android:endColor="#111111"
|
|
|
|
android:angle="270"
|
|
|
|
android:startColor="#222222" />
|
|
|
|
android:endColor="#222"
|
|
|
|
|
|
|
|
android:startColor="#111" />
|
|
|
|
|
|
|
|
|
|
|
|
<corners android:radius="4dp" />
|
|
|
|
<corners android:radius="4dp" />
|
|
|
|
</shape>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item android:bottom="2dp" android:right="1dp">
|
|
|
|
<item android:bottom="2dp" android:right="1dp" android:top="1dp" android:left="1dp">
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<shape android:shape="rectangle" >
|
|
|
|
<solid android:color="#000000" />
|
|
|
|
<solid android:color="#000000" />
|
|
|
|
<corners android:radius="4dp" />
|
|
|
|
<corners android:radius="2dp" />
|
|
|
|
</shape>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
|
|
|