<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#000000" />
이렇게 하면 가로로 밑줄이 나오고
<View
android:layout_width="0.5dp"
android:layout_height="match_parent"
android:background="#000000" />
이걸 추가하면 세로로 밑줄이 나온다
'Android' 카테고리의 다른 글
[Android] drawable custom 색 code로 바꾸기 (0) | 2023.01.22 |
---|---|
[Android] AlertDialog 커스텀 + 연결 (0) | 2023.01.19 |
[Android] Button 테두리 없애기 (0) | 2023.01.19 |
[Android] CardView 위에 ImageView 걸치기 (1) | 2023.01.19 |
[Android] 원형 이미지뷰 / CircleImageView 만들기 (0) | 2023.01.03 |