Blame view

res/drawable/startbuttontoggle.xml 414 Bytes
Imanol-Mikel Barba Sabariego authored
1
<?xml version="1.0" encoding="utf-8"?>
Imanol-Mikel Barba Sabariego authored
2
3
	<selector xmlns:android="http://schemas.android.com/apk/res/android">
	  <item android:state_pressed="false"
Imanol-Mikel Barba Sabariego authored
4
5
	   android:drawable="@drawable/ic_startbutton" /> <!-- pressed -->
	  <item android:state_pressed="true"
Imanol-Mikel Barba Sabariego authored
6
7
8
	   android:drawable="@drawable/ic_ledarklogo" /> <!-- focused -->
	  <item android:drawable="@drawable/ic_startbutton" /> <!-- default -->
	</selector>