chips: the seperator methods are no longer needed.
Check this in after: https://android-git.corp.google.com/g/#change,123745 Change-Id: I3228251debfd4a81cd2dc16f05636d64533f9c6d
This commit is contained in:
parent
30183e536e
commit
ec44a47940
@ -63,16 +63,6 @@ public class RecipientAdapter extends BaseRecipientAdapter {
|
|||||||
return R.layout.chips_recipient_dropdown_item;
|
return R.layout.chips_recipient_dropdown_item;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int getSeparatorLayout() {
|
|
||||||
return R.layout.chips_separator;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int getSeparatorWithinGroupLayout() {
|
|
||||||
return R.layout.chips_separator_within_group;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected int getWaitingForDirectorySearchLayout() {
|
protected int getWaitingForDirectorySearchLayout() {
|
||||||
return R.layout.chips_waiting_for_directory_search;
|
return R.layout.chips_waiting_for_directory_search;
|
||||||
|
Loading…
Reference in New Issue
Block a user