<?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">
<shape android:shape="rectangle" >
<stroke
android:width="0.5dp"
android:color="@color/silver" />
<solid android:color="#00000000" />
</shape>
</item>
</layer-list>
--------------------------
--------------------------
위 두줄 실선 위 아래 선 주기
'phone lang > Android' 카테고리의 다른 글
[안드로이드] 스윙 단일 서버와 여러 클라이언트 채팅 / Chat Using Sockets(Single Server With Multiple Clients) (0) | 2016.02.25 |
---|---|
[안드로이드 Q&A] 안드로이드 단체 대화방 프로필 만들기 (0) | 2016.02.25 |
SQLite / SQLite 란 ? / SQL 특징 (0) | 2016.02.24 |
[안드로이드] TabHost 예제 / TabHost 만들기 (0) | 2016.02.23 |
[안드로이드] activity 화면 고정 / 가로,세로 모드 설정 / screenOrientation (0) | 2016.02.23 |