Hi
Can I define this shape without using xml code
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:startColor="#34342C" android:endColor="#848486"
android:angle="90" />
<padding android:left="7dp" android:top="5dp" android:right="7dp"
android:bottom="5dp" />
<stroke android:width="1dp" android:color="#FFFFFF" />
</shape>
Thanks for your help
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…