我在我的ListView
行的 xml 布局中进行了以下操作:
<CheckBox
android:id="@+id/favbutton"
style="?android:attr/starStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true" />
它会显示一个蓝色星形,可以选中它以选择最喜欢的。这正是我需要的功能,但我只想自定义显示的星形图标。我想把颜色改成黄色而不是蓝色,如果可能的话,我也想把星星变小。是否可以通过更改应用于应用程序的主题来进行这些更改?我需要编辑什么来更改星形图标的外观?