mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use star icon provided by framework.
Provides us with a holo-styled star for free.
This commit is contained in:
parent
4b0c969138
commit
473a9d4fa2
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 |
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user