Skip to content

Commit e4a6c40

Browse files
author
zhujiang2
committed
Deleting Useless Resources.
1 parent 0f4a831 commit e4a6c40

File tree

18 files changed

+7
-675
lines changed

18 files changed

+7
-675
lines changed

app/src/main/res/drawable-v21/app_widget_background.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.
-1.18 KB
Binary file not shown.

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.

app/src/main/res/drawable/progressbar_main.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

app/src/main/res/drawable/widget_progress.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/src/main/res/values-night/colors.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<color name="rb_gray">#838383</color>
5-
64
<!-- 灰白 -->
7-
<color name="gray">#070707</color>
85

96
<!-- 灰白 -->
107
<color name="grayWhites">#0B0B0B</color>
118

129
<!-- 灰白 -->
1310
<color name="grayWhite">#232222</color>
1411
<!--黑色-->
15-
<color name="Black">#F8F8F8</color>
1612
<!--筛选框-->
1713
<color name="black_33">#C3C3C3</color>
1814

19-
<color name="black">#000</color>
20-
21-
<color name="view_bg">#DD2C2C2C</color>
22-
2315
<color name="yellow">#FEC86D</color>
2416

2517
<color name="colorBackground">#000000</color>
@@ -44,7 +36,6 @@
4436
<color name="almanac_fragment_content_dividline_color">#FF57575F</color>
4537
<color name="lunar_fragment_content_gb">#FF1E1E21</color>
4638
<color name="almanac_fragment_content_textcolor1">#FFE0E0F0</color>
47-
<color name="almanac_fragment_content_textcolor2">#6c6c73</color>
4839
<color name="almanac_fragment_content_textcolor3">#FD7B72</color>
4940

5041
<color name="home_bottom_bg_color">#F2272727</color>

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
<string name="not_currently_logged_in">当前未登录</string>
2020
<string name="login_success">登录成功</string>
2121
<string name="register_success">注册成功</string>
22-
<string name="account_password_mismatch">账号密码不匹配!</string>
23-
<string name="user_name_already_registered">用户名已被注册!</string>
24-
<string name="enter_name_format">请输入正确的用户名格式</string>
22+
<string name="enter_name_format">请输入正确的用户名格式</string>
2523
<string name="enter_password_format">请输入正确的密码格式</string>
2624
<string name="log_out">退出登录</string>
2725
<string name="return_login">返回登录</string>
@@ -32,8 +30,7 @@
3230
<string name="register_account">注册账号</string>
3331
<string name="no_login">未登录</string>
3432
<string name="click_login">请点击进行登录</string>
35-
<string name="search">搜索</string>
36-
<string name="keyword_not_null">搜索关键字不能为空</string>
33+
<string name="keyword_not_null">搜索关键字不能为空</string>
3734
<string name="keyword_null">没有关于  %s  的数据,请更换关键字搜索</string>
3835
<string name="home_page">首页</string>
3936
<string name="project">项目</string>

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<string name="not_currently_logged_in">當前未登錄</string>
2020
<string name="login_success">登錄成功</string>
2121
<string name="register_success">註冊成功</string>
22-
<string name="account_password_mismatch">賬號密碼不匹配!</string>
23-
<string name="user_name_already_registered">用戶名已被註冊!</string>
2422
<string name="enter_name_format">請輸入正確的用戶名格式</string>
2523
<string name="enter_password_format">請輸入正確的密碼格式</string>
2624
<string name="log_out">退出登錄</string>
@@ -32,7 +30,6 @@
3230
<string name="register_account">註冊賬號</string>
3331
<string name="no_login">未登錄</string>
3432
<string name="click_login">請點擊進行登錄</string>
35-
<string name="search">搜索</string>
3633
<string name="keyword_not_null">搜索關鍵字不能為空</string>
3734
<string name="keyword_null">沒有關於  %s  的數據,請更換關鍵字搜索</string>
3835
<string name="home_page">首頁</string>

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<color name="rb_gray">#FAFAFA</color>
5-
64
<!-- 灰白 -->
7-
<color name="gray">#FDFDFD</color>
85

96
<!-- 灰白 -->
107
<color name="grayWhites">#F8F8F8</color>
118

129
<!-- 灰白 -->
1310
<color name="grayWhite">#e9e5e5</color>
1411
<!--黑色-->
15-
<color name="Black">#000000</color>
1612
<!--筛选框-->
1713
<color name="black_33">#D1D1D1</color>
1814

19-
<color name="black">#000</color>
20-
21-
<color name="view_bg">#dde6e4e4</color>
22-
2315
<color name="yellow">#FEC86D</color>
2416

2517
<color name="colorBackground">#F4F4F4</color>
@@ -44,7 +36,6 @@
4436
<color name="almanac_fragment_content_dividline_color">#CDCDCD</color>
4537
<color name="lunar_fragment_content_gb">#FFFFFF</color>
4638
<color name="almanac_fragment_content_textcolor1">#333333</color>
47-
<color name="almanac_fragment_content_textcolor2">#999999</color>
4839
<color name="almanac_fragment_content_textcolor3">#FF675C</color>
4940

5041
<color name="home_bottom_bg_color">#F2272727</color>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<string name="not_currently_logged_in">Currently logged</string>
2020
<string name="login_success">Login successful</string>
2121
<string name="register_success">Registration success</string>
22-
<string name="account_password_mismatch">Account password does not match!</string>
23-
<string name="user_name_already_registered">User name has been registered!</string>
2422
<string name="enter_name_format">Please enter the correct user name format</string>
2523
<string name="enter_password_format">Please enter the correct password format</string>
2624
<string name="log_out">Sign out</string>
@@ -32,7 +30,6 @@
3230
<string name="register_account">Register an account</string>
3331
<string name="no_login">Not Logged</string>
3432
<string name="click_login">Click to login</string>
35-
<string name="search">Search</string>
3633
<string name="keyword_not_null">Search keyword can not be empty</string>
3734
<string name="keyword_null">No data on %s, replace keyword search</string>
3835
<string name="home_page">Home</string>

0 commit comments

Comments
 (0)