parent
5f0323e0a9
commit
6dd9520bda
|
@ -35,7 +35,7 @@ android {
|
|||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 34
|
||||
versionCode 128
|
||||
versionCode 130
|
||||
versionName "1.25.0"
|
||||
}
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue