Commit 500ac95faa316fa12d6a007bce7eb8b4b2afc19c

Authored by YangShuai
1 parent 3a081449

1 解决资源图片名问题

config.gradle
... ... @@ -21,7 +21,7 @@ ext {
21 21 //编译方式
22 22 debug : false,
23 23 //版本号
24   - version: "1.0.11",
  24 + version: "1.0.12",
25 25 //Lib库前缀
26 26 packeg : "com.cnlive.module",
27 27 //Lib库名称
... ...
moudle_pedometer/src/main/res/drawable-hdpi/background.webp renamed to moudle_pedometer/src/main/res/drawable-hdpi/backg.webp
No preview for this file type
moudle_pedometer/src/main/res/drawable-xhdpi/background.webp renamed to moudle_pedometer/src/main/res/drawable-xhdpi/backg.webp
No preview for this file type
moudle_pedometer/src/main/res/drawable-xxhdpi/background.webp renamed to moudle_pedometer/src/main/res/drawable-xxhdpi/backg.webp
No preview for this file type
moudle_pedometer/src/main/res/layout/item_my_record.xml
... ... @@ -6,7 +6,7 @@
6 6 android:layout_width="match_parent"
7 7 android:layout_height="wrap_content"
8 8 android:layout_marginBottom="5dp"
9   - android:background="@drawable/background"
  9 + android:background="@drawable/backg"
10 10 android:orientation="vertical">
11 11  
12 12 <LinearLayout
... ...
moudle_pedometer/src/main/res/layout/item_race_name_list.xml
... ... @@ -6,7 +6,7 @@
6 6 android:id="@+id/shoe_ly"
7 7 android:layout_marginLeft="5dp"
8 8 android:layout_marginRight="5dp"
9   - android:background="@drawable/background"
  9 + android:background="@drawable/backg"
10 10 android:padding="15dp">
11 11  
12 12 <LinearLayout
... ...
moudle_pedometer/src/main/res/layout/line_up__item_view.xml
... ... @@ -12,7 +12,7 @@
12 12 android:layout_marginLeft="5dp"
13 13 android:layout_marginTop="5dp"
14 14 android:layout_marginRight="5dp"
15   - android:background="@drawable/background"
  15 + android:background="@drawable/backg"
16 16 android:padding="15dp">
17 17  
18 18 <TextView
... ...