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