라이브 방 비밀후원, 콘텐츠 비밀댓글
- 체크박스 네모로 변경
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/color_eeeeee" android:state_checked="false" />
|
||||
<item android:color="@color/color_9970ff" android:state_checked="true" />
|
||||
<item android:color="@color/color_3bb9f1" android:state_checked="true" />
|
||||
</selector>
|
5
app/src/main/res/color/color_selected_secret.xml
Normal file
5
app/src/main/res/color/color_selected_secret.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/color_eeeeee" android:state_selected="false" />
|
||||
<item android:color="@color/color_3bb9f1" android:state_selected="true" />
|
||||
</selector>
|
BIN
app/src/main/res/drawable-xxhdpi/btn_square_select_checked.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/btn_square_select_checked.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 888 B |
BIN
app/src/main/res/drawable-xxhdpi/btn_square_select_normal.png
Executable file
BIN
app/src/main/res/drawable-xxhdpi/btn_square_select_normal.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 835 B |
5
app/src/main/res/drawable/ic_select_square.xml
Normal file
5
app/src/main/res/drawable/ic_select_square.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/btn_square_select_normal" android:state_selected="false" />
|
||||
<item android:drawable="@drawable/btn_square_select_checked" android:state_selected="true" />
|
||||
</selector>
|
@@ -642,10 +642,10 @@
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:gravity="center"
|
||||
android:text="비밀댓글"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textColor="@color/color_selected_secret"
|
||||
android:textSize="12.5sp"
|
||||
android:visibility="gone"
|
||||
app:drawableStartCompat="@drawable/ic_select" />
|
||||
app:drawableStartCompat="@drawable/ic_select_square" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
@@ -83,11 +83,11 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:button="@drawable/ic_select"
|
||||
android:button="@drawable/ic_select_square"
|
||||
android:fontFamily="@font/gmarket_sans_medium"
|
||||
android:paddingHorizontal="8dp"
|
||||
android:text="비밀후원"
|
||||
android:textColor="@color/color_eeeeee" />
|
||||
android:textColor="@color/color_check_secret" />
|
||||
</RelativeLayout>
|
||||
|
||||
<EditText
|
||||
|
@@ -79,7 +79,7 @@
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="13.3sp"
|
||||
android:visibility="visible"
|
||||
app:drawableStartCompat="@drawable/ic_select" />
|
||||
app:drawableStartCompat="@drawable/ic_select_square" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_comment_input"
|
||||
|
@@ -38,7 +38,7 @@
|
||||
android:paddingTop="2dp"
|
||||
android:paddingBottom="0dp"
|
||||
android:text="비밀댓글"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textColor="@color/color_selected_secret"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_comment_nickname"
|
||||
|
Reference in New Issue
Block a user