Messaging: Use xml drawables
Replace the pngs with xml drawables Change-Id: I71be32c36194d3b34b54287a09789f73087600ef
This commit is contained in:
@@ -143,7 +143,7 @@ abstract class MediaChooser extends BasePagerViewHolder
|
||||
actionBar.setDisplayHomeAsUpEnabled(true);
|
||||
actionBar.show();
|
||||
// Use X instead of <- in the action bar
|
||||
actionBar.setHomeAsUpIndicator(R.drawable.ic_remove_small_light);
|
||||
actionBar.setHomeAsUpIndicator(R.drawable.ic_cancel_small_light);
|
||||
actionBar.setTitle(actionBarTitleResId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user