jmad_styles.xml 518 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="jmad_star_style">
  4. <item name="android:layout_width">20dp</item>
  5. <item name="android:layout_height">20dp</item>
  6. <item name="android:background">@drawable/jmad_star</item>
  7. </style>
  8. <style name="jmad_big_star_style">
  9. <item name="android:layout_width">28dp</item>
  10. <item name="android:layout_height">28dp</item>
  11. <item name="android:background">@drawable/jmad_star</item>
  12. </style>
  13. </resources>