Skip to content

Commit

Permalink
规范命名
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Sep 6, 2016
1 parent dc133dd commit c8bb96a
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
##更新日志:

###V1.4.1:
1.紧急修复夜间模式设置selecter错误导致部分手机崩溃的问题
1.紧急修复夜间模式设置selector错误导致部分手机崩溃的问题
2.希望大家有问题和意见都可以反馈回来

###V1.4.0:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_codes_content.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="200dp"
android:background="@drawable/item_selecter"
android:background="@drawable/item_selector"
android:orientation="horizontal">

<ImageView
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/item_selecter"
android:background="@drawable/item_selector"
android:orientation="vertical">

<ImageView
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<item name="android:windowBackground">@color/main_color</item>
<item name="app_background">@color/backgroundColor</item>
<item name="lineColor">@color/lineColor</item>
<item name="item_bg">@drawable/item_selecter</item>
<item name="item_setting_bg">@drawable/item_setting_selecter</item>
<item name="item_bg">@drawable/item_selector</item>
<item name="item_setting_bg">@drawable/item_setting_selector</item>
<item name="setting_text_color">@color/gank_text2_color</item>
<item name="setting_small_text_color">@color/gank_text3_color</item>
<item name="app_toolbar_bg">@color/main_color</item>
Expand Down Expand Up @@ -85,8 +85,8 @@
<item name="android:windowBackground">@color/main_color_night</item>
<item name="app_background">@color/backgroundColor_night</item>
<item name="lineColor">@color/lineColor_night</item>
<item name="item_bg">@drawable/item_selecter_night</item>
<item name="item_setting_bg">@drawable/item_setting_selecter_night</item>
<item name="item_bg">@drawable/item_selector_night</item>
<item name="item_setting_bg">@drawable/item_setting_selector_night</item>
<item name="setting_text_color">@color/gank_text2_color_night</item>
<item name="setting_small_text_color">@color/gank_text3_color_night</item>
<item name="app_toolbar_bg">@color/main_color_night</item>
Expand Down

0 comments on commit c8bb96a

Please sign in to comment.