안 드 로 이 드 는 shape 로 밑줄 을 긋 습 니 다.

712 단어 android밑줄
이 댓 글 감사합니다. 기록 해 주세요.http://bbs.csdn.net/topics/390747856
android 는 shape 로 밑줄 을 그립 니 다:
    layer-list      ,shape          

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
 
    <item
        android:left="-2dp"
        android:right="-2dp"
        android:top="-2dp">
        <shape>
            <solid android:color="#00FFFFFF" />
 
            <stroke
                android:width="1px"
                android:color="#cc0000" />
        </shape>
    </item>
 
</layer-list>

좋은 웹페이지 즐겨찾기