merge code
This commit is contained in:
parent
8e4d1c7e0e
commit
1d1fe13ab4
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="@color/black" />
|
||||
<solid android:color="@color/white" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/deepskyblue" />
|
||||
android:color="@color/highFontColor" />
|
||||
<corners
|
||||
android:bottomLeftRadius="5dp"
|
||||
android:bottomRightRadius="5dp"
|
@ -13,7 +13,7 @@
|
||||
android:id="@+id/qs_record_index"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@mipmap/marker"
|
||||
android:drawableLeft="@mipmap/marker2"
|
||||
android:maxLength="3"
|
||||
android:text=""
|
||||
android:layout_marginRight="@dimen/default_widget_padding"
|
||||
|
@ -16,7 +16,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/drawable_bg_blue_frame_black_bg_4_radius"
|
||||
android:background="@drawable/drawable_bg_blue_frame_white_bg_4_radius"
|
||||
android:orientation="horizontal"
|
||||
>
|
||||
<ImageView
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
collect-library/src/main/res/mipmap-hdpi/marker2.png
Normal file
BIN
collect-library/src/main/res/mipmap-hdpi/marker2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.7 KiB |
Loading…
x
Reference in New Issue
Block a user