Reuse existing refresh icon

Use Material-style icon instead of the old Holo-style one.
This commit is contained in:
relan 2015-07-17 09:20:47 +03:00
parent cc43561bf2
commit f0f0bd09d3
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -138,7 +138,7 @@ public class CanUpdateAppsFragment extends AppListFragment {
mUpdateAllButton.setId(UPDATE_ALL_BUTTON_ID);
mUpdateAllButton.setText(R.string.update_all);
mUpdateAllButton.setCompoundDrawablesWithIntrinsicBounds(
getResources().getDrawable(R.drawable.ic_menu_refresh), null, null, null);
getResources().getDrawable(R.drawable.ic_refresh_white), null, null, null);
mUpdateAllButton.setVisibility(View.GONE);
linearLayout.addView(mUpdateAllButton, new FrameLayout.LayoutParams(