围绕edittext进行整形

时间:2011-03-17 16:42:45

标签: android android-edittext shape

如何在不同颜色的edittext周围放置3个形状? 如果我放置一个形状它可以工作,但不是3个形状。

这是我对一个矩形的XML:

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <solid android:color="#3F3F3F"/>
    <corners android:radius="3dp"/>
    <stroke android:width="1dp" android:color="#171717"/>
    <margin android:left="1dp"/>
</shape>

我会有3个矩形(3种不同的颜色),之间有一个边距。 我想要一个edittext,它看起来像是来自flex mobile的inputtext。 我希望我能给你更多的信息。

非常感谢。

0 个答案:

没有答案