Custom progressbar Style

Source: Internet
Author: User
Create an anim animation folder in the res directory and write the following code <? Xml version = "1.0" encoding = "UTF-8"?> <Animation-list android: oneshot = "false" xmlns: android = "http://schemas.android.com/apk/res/android"> <item android: duration = "150" android: drawable = "@ drawable/xiu0"/> <item android: duration = "150" android: drawable = "@ drawable/xiu1"/> <item android: duration = "150" android: drawable = "@ drawable/xiu2"/> <item android: duration = "150" android: drawable = "@ drawable/xiu3"/> </animation-list> Create a styles file under the Values file and compile Write the following code: <? Xml version = "1.0" encoding = "UTF-8"?> <Resources> <style name = "animStyle" parent = "@ android: style/Widget. progressBar. large "> <item name =" android: indeterminateDrawable "> @ anim/test </item> </style> </resources> The style File above is a Widget. progressBar. large sets an animation file for it. In XML, we can set its style to make it work for us <ProgressBar android: id = "@ + id/ProgressBar01" style = "@ style/animStyle" android: layout_width = "128px" android: layout_height = "128px"> </ProgressBar>

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.