@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape>
|
||||
<gradient android:startColor="#F41478db" android:endColor="#0d76e1"
|
||||
android:angle="270" />
|
||||
<corners android:radius="2dp" />
|
||||
<padding android:left="10dp" android:top="10dp"
|
||||
android:right="10dp" android:bottom="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:state_focused="true">
|
||||
<shape>
|
||||
<gradient android:startColor="#F41478db" android:endColor="#ffc2b7"
|
||||
android:angle="270" />
|
||||
<corners android:radius="2dp" />
|
||||
<padding android:left="10dp" android:top="10dp"
|
||||
android:right="10dp" android:bottom="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<shape>
|
||||
<gradient android:startColor="#F41478db" android:endColor="#ffffff"
|
||||
android:angle="180" />
|
||||
<corners android:radius="5dip" />
|
||||
<padding android:left="10dp" android:top="10dp"
|
||||
android:right="10dp" android:bottom="10dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 8.7 KiB |