简体   繁体   中英

Place the rating bar?

I'm doing simple mail function. I've a list of mails from server. Now, i want to use rating bar for notifying important mail. And, the star must have two function that when the star is enabled it'll set 1 to database and if it's disabled set 0 to database. Is there any possibilities for this method? Help me please? Thanks in advance.

<CheckBox
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:button="@android:drawable/btn_star"/>

and here is the fine Tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM