Commit 0b06f873f34df1906e4fd3167f284b2eb812ed71
1 parent
cafc2abf7b
Exists in
master
序号调整
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/src/main/res/layout/item_homework_detail.xml
... | ... | @@ -30,11 +30,11 @@ |
30 | 30 | android:id="@+id/tvNumber" |
31 | 31 | tools:text="第1题" |
32 | 32 | android:textSize="9sp" |
33 | - android:textColor="#333" | |
33 | + android:textColor="@color/white" | |
34 | 34 | android:paddingHorizontal="7dp" |
35 | 35 | android:paddingVertical="3dp" |
36 | 36 | android:background="@drawable/shape_radius_5" |
37 | - android:backgroundTint="#F2F2F2" | |
37 | + android:backgroundTint="#489AFA" | |
38 | 38 | android:layout_width="wrap_content" |
39 | 39 | android:layout_height="wrap_content" /> |
40 | 40 | </LinearLayout> | ... | ... |