Change the style of the star rating bar Ratingbar

Source: Internet
Author: User

1, first in the layout of reference star rating bar:

<ratingbar
Android:id= "@+id/room_ratingbar"
style= "@style/roomratingbar"
Android:layout_width= "Wrap_content"
android:layout_height= "Fill_parent"/>

2. Define the style used in the previous step:

<style name= "Roomratingbar" parent= "@android: Style/widget.ratingbar" >
<item name= "android:progressdrawable" > @drawable/room_rating_bar</item>
<item name= "Android:minheight" >16dip</item>
<item name= "Android:maxheight" >16dip</item>
</style>

3. Define the drawable used in the second step:

<?xml version= "1.0" encoding= "Utf-8"?>
<!--
This is the rating bar drawable, which is used to show a for the class Num.
-
<layer-list xmlns:android= "Http://schemas.android.com/apk/res/android" >
<!--not selected-
<item android:id= "@+android:id/background"
android:drawable= "@drawable/room_unselect" ></item>
<!--half-star--
<item android:id= "@+android:id/secondaryprogress"
android:drawable= "@drawable/room_unselect" ></item>
<!--whole star--
<item android:id= "@+android:id/progress"
android:drawable= "@drawable/room_select" ></item>
</layer-list>

Change the style of the star rating bar Ratingbar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.