Forgot to include some files

pull/14/head
Sam Bosley 14 years ago
parent bf4ac67023
commit 327cafa68e

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:drawable="@drawable/mic_button_blue_pressed"/>
<item android:state_focused="true" android:drawable="@drawable/mic_button_blue_pressed"/>
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/mic_button_blue_normal"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:drawable="@drawable/mic_button_dark_blue_pressed"/>
<item android:state_focused="true" android:drawable="@drawable/mic_button_dark_blue_pressed"/>
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/mic_button_dark_blue_normal"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="true" android:drawable="@drawable/mic_button_red_pressed"/>
<item android:state_focused="true" android:drawable="@drawable/mic_button_red_pressed"/>
<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/mic_button_red_normal"/>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Loading…
Cancel
Save