라이브 방 룰렛 설정 - 미리보기 다이얼로그 추가
This commit is contained in:
27
app/src/main/res/layout/layout_roulette_preview_item.xml
Normal file
27
app/src/main/res/layout/layout_roulette_preview_item.xml
Normal 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>
|
Reference in New Issue
Block a user