나는안드로이드개발자
XML 예제 Dialog 다이어로그
MHY.PRO
2022. 6. 15. 13:22
*참고
<?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>
이미지 파일은 구글