라이브 방 룰렛 설정 - 미리보기 다이얼로그 추가

This commit is contained in:
2023-12-01 16:49:07 +09:00
parent 952df91619
commit 4a4940f04d
6 changed files with 256 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="13.3dp"
tools:background="@color/black">
<TextView
android:id="@+id/tv_order"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/gmarket_sans_bold"
android:textColor="@color/color_e2e2e2"
android:textSize="14.7sp"
tools:text="1" />
<TextView
android:id="@+id/tv_roulette_item_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="13.3dp"
android:fontFamily="@font/gmarket_sans_medium"
android:textColor="@color/color_e2e2e2"
android:textSize="14.7sp"
tools:text="힝구 (40%)" />
</LinearLayout>