티스토리 뷰
activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#4CAF50"
tools:context=".MainActivity">
<Button
android:id="@+id/button"
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@drawable/goodplace"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
goodplace.xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/a212"
/>
<item
android:drawable="@drawable/a2121"
/>
</selector>
'Android' 카테고리의 다른 글
이벤트 처리 예시 (터치 리스너, 키 이벤트, 제스처 디텍터) (0) | 2020.03.22 |
---|---|
안드로이드 테이블 레이아웃 예시 (0) | 2020.03.22 |
안드로이드에서 카카오톡 앱 열기 (0) | 2020.03.22 |
스크롤뷰 ScrollView 안의 LinearLayout (0) | 2020.03.22 |
쉐이프 드로어블 예제 (0) | 2020.03.16 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 프래그먼트매니저
- allcases
- ios
- swift
- 카카오톡열기
- prepareforreuse
- 어댑터
- 터치리스너
- 표현패턴
- 비트맵버튼
- 전화연결하기
- subscript
- objc
- 다이얼연결
- 쉐이프드로어블
- CaseIterable
- 뷰페이저
- 전화걸기연결
- 알림대화상자
- 제스처디텍터
- Objective-C
- 안드로이드
- 액션바
- 프래그먼트
- 페이저타이틀스트립
- 인플레이터
- 데이터
- 부가데이터
- 상태드로어블
- 스낵바설정
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함