Use star icon provided by framework.

Provides us with a holo-styled star for free.
This commit is contained in:
Danny Baumann 2013-02-12 10:26:53 +01:00
parent 4b0c969138
commit 473a9d4fa2
6 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

View File

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

View File

@ -173,7 +173,7 @@
android:layout_alignParentRight="true"
android:layout_alignTop="@id/from"
android:focusable="false"
android:button="@drawable/star"
style="?android:attr/starStyle"
android:checked="false" />
</RelativeLayout>