반응형
1
2
3
4
5
6
7
8
9 |
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="10dp"
android:insetRight="10dp" >
<shape android:shape="rectangle" >
<solid android:color="@color/list_divider_color" />
</shape>
</inset> |
cs |
5
6
<ListView
android:id="@+id/listView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@drawable/list_divider">
</ListView>
반응형
'개발 > 안드로이드' 카테고리의 다른 글
최신 Android Studio, Google Cloud Messaging 3.0(GCM)을 이용하여 Android 푸시 서비스 구현하기 (0) | 2016.02.23 |
---|---|
안드로이드 paint 속성 (0) | 2016.01.19 |
안드로이드에서 JSON 파싱하기 [Gson 라이브러리 사용] (0) | 2015.11.20 |
GSON 사용법 (0) | 2015.11.20 |
이클립스(eclipse)에서 C++ 설치 및 간단 사용법(MinGW) (0) | 2015.11.10 |
댓글