Click here to Skip to main content
15,878,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
im getting this error "No resource identifier foua=nd for attribute "innerRaduisRatio in package 'android' . heres my code
XML
<?xml version="1.0" encoding="UTF-8" ?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
  android:pivotX="50%" android:pivotY="50%" android:fromDegrees="8"
 	android:toDegrees="360">
 	<shape android:shape="ring" android:innerRaduisRatio="3"
 		   android:thicknessRatio="8" android:useLevel="false">

    <size android:width="76dip" android:height="76dip"/>

    <gradient android:type="sweep" android:useLevel="false"
            android:startColor="#F57847"
            android:angle="0"
            android:endColor="#E67E55" />

   </shape>
 </rotate>

thanks in advance
Posted

1 solution

Try innerRadiusRatio instead of innerRaduisRatio
 
Share this answer
 
Comments
jamesmc1535 30-Nov-15 4:25am    
XD !!!! sorry thanks for pointing it out ... now i feel stupid :(
George Jonsson 30-Nov-15 4:57am    
Well, it happens to all of us.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900