coin -> can,
코인 -> 캔 으로 변경
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
tools:text="🧸여자들이 좋아하는 남자 스타일은?" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_date_and_coin"
|
||||
android:id="@+id/rl_date_and_can"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="13.3dp"
|
||||
@@ -58,7 +58,7 @@
|
||||
tools:text="2021.06.20 SUN 10p.m" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_coin"
|
||||
android:id="@+id/tv_can"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
@@ -75,7 +75,7 @@
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_below="@+id/tv_coin"
|
||||
android:layout_below="@+id/tv_can"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@color/color_88909090" />
|
||||
</RelativeLayout>
|
||||
@@ -87,7 +87,7 @@
|
||||
android:layout_marginTop="16.7dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rl_date_and_coin">
|
||||
app:layout_constraintTop_toBottomOf="@+id/rl_date_and_can">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_participate_expression"
|
||||
|
Reference in New Issue
Block a user