|
|
@@ -10,7 +10,7 @@
|
|
|
android:id="@+id/rectangle"
|
|
|
android:layout_width="2dp"
|
|
|
android:layout_height="2dp"
|
|
|
- android:layout_marginTop="11dp"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
android:background="@color/C666666"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/tex_view_contents"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@@ -31,5 +31,5 @@
|
|
|
app:layout_constraintStart_toEndOf="@+id/rectangle"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:layout_constraintVertical_bias="0"
|
|
|
- tools:text="해당 이벤트는 ID당 1회에 한해 참여 가능\n합니다."/>
|
|
|
+ tools:text="해당 이벤트는 ID당 1회에 한해 참여\n가능합니다."/>
|
|
|
</android.support.constraint.ConstraintLayout>
|