Reflect changes in chips library
Must be with Iad5b8444f4b1949666d93ad43a34de057aba560e Bug: 4996797 Change-Id: I5f83103628c14dd5079515c46c42a6f43d4f194c
This commit is contained in:
parent
025d29fd4b
commit
9753d2fde1
@ -72,4 +72,9 @@ public class RecipientAdapter extends BaseRecipientAdapter {
|
|||||||
protected int getSeparatorWithinGroupLayout() {
|
protected int getSeparatorWithinGroupLayout() {
|
||||||
return R.layout.chips_separator_within_group;
|
return R.layout.chips_separator_within_group;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected int getWaitingForDirectorySearchLayout() {
|
||||||
|
return R.layout.chips_waiting_for_directory_search;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user