재생 목록 만들기 / 수정
- 설명 입력창 minHeight 제거
This commit is contained in:
@@ -128,7 +128,6 @@
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textWebEditText"
|
||||
android:maxLines="1"
|
||||
android:minHeight="80dp"
|
||||
android:paddingHorizontal="13.3dp"
|
||||
android:paddingVertical="17dp"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
@@ -144,12 +143,12 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="26.7dp"
|
||||
android:drawableStart="@drawable/btn_plus_round"
|
||||
android:drawablePadding="8dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center_vertical"
|
||||
android:text="새로운 콘텐츠 추가/제거"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
app:drawableStartCompat="@drawable/btn_plus_round"
|
||||
app:layout_constraintStart_toStartOf="@+id/et_desc"
|
||||
app:layout_constraintTop_toBottomOf="@+id/et_desc" />
|
||||
|
||||
|
@@ -128,7 +128,6 @@
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="textWebEditText"
|
||||
android:maxLines="1"
|
||||
android:minHeight="80dp"
|
||||
android:paddingHorizontal="13.3dp"
|
||||
android:paddingVertical="17dp"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
@@ -144,12 +143,12 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="26.7dp"
|
||||
android:drawableStart="@drawable/btn_plus_round"
|
||||
android:drawablePadding="3.5dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center_vertical"
|
||||
android:text="새로운 콘텐츠 추가/제거"
|
||||
android:textColor="@color/color_3bb9f1"
|
||||
app:drawableStartCompat="@drawable/btn_plus_round"
|
||||
app:layout_constraintStart_toStartOf="@+id/et_desc"
|
||||
app:layout_constraintTop_toBottomOf="@+id/et_desc" />
|
||||
|
||||
|
Reference in New Issue
Block a user