Reuse existing refresh icon
Use Material-style icon instead of the old Holo-style one.
This commit is contained in:
parent
cc43561bf2
commit
f0f0bd09d3
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 |
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user