は、どのように私はTextViewのためにこのスタイルを適用することができますしてください:私のスタイルは です:TextViewの親のタイプはどのようにして見つけることができますか?
<style name="styleCircle" parent="">
<item name="textColor" >#000000</item>
<item name="textSize" >25sp</item>
<item name="android:background" >@drawable/azkar_shape</item>
<item name="android:gravity">center</item>
<item name="android:layout_width">100dp</item>
<item name="android:layout_height">100dp</item>
<item name="android:visibility">visible</item>
<item name="android:padding">5dp</item>
<item name="android:layout_marginTop">5dp</item>
</style>
私はこのタイプの親を見つける傾けます。私はそれがどのようにそれを実装するために私は、このエラー
Error:(1858) error: style attribute 'attr/textColor (aka com.almasbaha.yazeed:attr/textColor)' not found. Error:(1859) error: style attribute 'attr/textSize (aka com.almasbaha.yazeed:attr/textSize)' not found. Error:(1858) style attribute 'attr/textColor (aka com.almasbaha.yazeed:attr/textColor)' not found. Error:(1859) style attribute 'attr/textSize (aka com.almasbaha.yazeed:attr/textSize)' not found.
を与えたのTextViewが、 のための親の多くを試みたのですか?
Pありがとうございましたこの問題を解決しました –