JustMe
JustMe

Reputation: 10133

Defining Drawable Shape with in JAVA code

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

Upvotes: 2

Views: 3884

Answers (1)

f20k
f20k

Reputation: 3106

Yes

Upvotes: 4

Related Questions