Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 897f6e3d authored by maniac103's avatar maniac103
Browse files

Merge pull request #254 from maniac103/holo-improvements

Holo improvements
parents 25c45242 9ea5f983
Loading
Loading
Loading
Loading
−979 B
Loading image diff...
−1.28 KiB
Loading image diff...
−884 B
Loading image diff...
−895 B
Loading image diff...

res/drawable/star.xml

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
<?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>
Loading