|
|
@@ -58,36 +58,4 @@
|
|
|
/>
|
|
|
</RadioGroup>
|
|
|
|
|
|
- <kr.co.zumo.app.lifeplus.view.custom.ClearEditText
|
|
|
- android:id="@+id/edit_text_nickname"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="80dp"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
- android:background="@drawable/button_underline_background"
|
|
|
- android:hint="@string/event_participation_nickname_hint"
|
|
|
- android:inputType="text"
|
|
|
- android:lineSpacingExtra="6sp"
|
|
|
- android:maxLines="1"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:paddingBottom="38dp"
|
|
|
- android:textColorHint="@color/CC5C5C5"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/radio_group_store"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/text_view_nick_name_validation"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="54dp"
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
- android:lineSpacingExtra="4sp"
|
|
|
- android:text="@string/event_participation_nickname_validation"
|
|
|
- android:textColor="@color/C666666"
|
|
|
- android:textSize="11sp"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/edit_text_nickname"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/edit_text_nickname"
|
|
|
- app:layout_constraintVertical_chainStyle="spread_inside"
|
|
|
- />
|
|
|
</android.support.constraint.ConstraintLayout>
|