Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 메뉴클릭
- JavaScript
- 커스텀옵션메뉴
- 리액트
- custom
- javaSrcript
- 자바스크립트
- hoos
- Android
- redux/toolkit
- state_checked
- itemBackground
- JS
- react
- readAsDataURL
- bottomNav
- toolkit
- 옵션메뉴꾸미기
- Hooks
- Node
- ContextAPI
- Redux
- Dialog
- nodejs
- 코틀린
- framework
- Menu
- 팝업메뉴
- 팝업메뉴 꾸미기
- 안드로이드
Archives
- Today
- Total
대기업을 향한 디벨롭 블로그
XML 예제 Dialog 다이어로그 본문
*참고
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<LinearLayout
android:layout_width="250dp"
android:layout_height="400dp"
android:orientation="vertical"
android:gravity="center"
android:background="#eed7d6"
>
<de.hdodenhof.circleimageview.CircleImageView
android:layout_marginTop="30dp"
android:layout_width="130dp"
android:layout_height="130dp"
android:src="@drawable/nagyung"
/>
<TextView
android:layout_marginTop="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="fromis_9\n나경"
android:textSize="20sp"
android:textAlignment="center"
/>
<Button
android:id="@+id/official_btn"
android:backgroundTint="#90D1A2FF"
android:layout_marginTop="40dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="fromis_9 official"
/>
</LinearLayout>
</LinearLayout>
이미지 파일은 구글
'나는안드로이드개발자' 카테고리의 다른 글
RecyclerView , Dialog , WebView 응용하기 (0) | 2022.06.16 |
---|---|
Dialog 다이어로그 창 만들기(팝업창) 안드로이드 코틀린 (0) | 2022.06.15 |
오픈라이브러리 CircleImageView 만들기 (0) | 2022.06.15 |
웹뷰를 이용하여 프론트엔드 웹 만들기 (0) | 2022.06.14 |
Web View 만들기 (0) | 2022.06.12 |