Commit 863d764c0e2bb195ca42784f6439e277613d7d0e
1 parent
925595f3
修改资源图
Showing
11 changed files
with
1 additions
and
1 deletions
app/src/main/java/com/cnlive/gundam/main/ui/activity/BackBaseActivity.java
| ... | ... | @@ -22,7 +22,7 @@ public class BackBaseActivity extends AppCompatActivity { |
| 22 | 22 | TextView toolbarTitle = (TextView) findViewById(R.id.toolbarTitle); |
| 23 | 23 | toolbarTitle.setText(title); |
| 24 | 24 | toolbar.setVisibility(View.VISIBLE); |
| 25 | - toolbar.setNavigationIcon(R.drawable.user_page_back); | |
| 25 | + toolbar.setNavigationIcon(R.drawable.page_back); | |
| 26 | 26 | setSupportActionBar(toolbar); |
| 27 | 27 | |
| 28 | 28 | } | ... | ... |
app/src/main/res/drawable-hdpi/page_back.png
0 → 100644
489 Bytes
app/src/main/res/drawable-hdpi/user_list_arrows.png
0 → 100644
343 Bytes
app/src/main/res/drawable-mdpi/page_back.png
0 → 100644
364 Bytes
app/src/main/res/drawable-xhdpi/page_back.png
0 → 100644
832 Bytes
app/src/main/res/drawable-xhdpi/user_list_arrows.png
app/src/main/res/drawable-xxhdpi/page_back.png
0 → 100644
1.33 KB
app/src/main/res/drawable-xxhdpi/user_list_arrows.png
0 → 100644
1 KB
app/src/main/res/drawable-xxhdpi/user_page_back.png deleted
100644 → 0
1.2 KB
app/src/main/res/drawable-xxxhdpi/page_back.png
0 → 100644
2.26 KB
app/src/main/res/drawable-xxxhdpi/user_list_arrows.png
0 → 100644
1.62 KB