Skip to content

Commit 55b91ae

Browse files
committed
修正按钮颜色
1 parent 299bf59 commit 55b91ae

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

diycode-app/src/main/res/drawable/topic_reply_btn_click.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<solid android:color="#467EE1"/>
2626
<stroke
2727
android:width="1dp"
28-
android:color="#999999"/>
28+
android:color="#467EE1"/>
2929
<corners
3030
android:bottomLeftRadius="4dp"
3131
android:bottomRightRadius="4dp"

diycode-app/src/main/res/drawable/topic_reply_btn_normal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<solid android:color="#356DD0"/>
2626
<stroke
2727
android:width="1dp"
28-
android:color="#999999"/>
28+
android:color="#467EE1"/>
2929
<corners
3030
android:bottomLeftRadius="4dp"
3131
android:bottomRightRadius="4dp"

diycode-app/src/main/res/layout/activity_topic_content.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,10 @@
230230
android:layout_marginTop="12dp"
231231
android:background="@drawable/topic_reply_btn_bg"
232232
android:id="@+id/send_reply"
233-
android:layout_width="100dp"
234-
android:layout_height="40dp"
233+
android:layout_width="80dp"
234+
android:layout_height="36dp"
235235
android:layout_alignParentRight="true"
236+
android:textColor="@color/diy_white"
236237
android:layout_below="@id/my_reply"
237238
android:text="发送"/>
238239
</RelativeLayout>

0 commit comments

Comments
 (0)