Merge "Remove reference to preference_category_material_settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2c31aa6807
@@ -78,7 +78,7 @@ public class BaseTimeZoneAdapter<T extends BaseTimeZoneAdapter.AdapterItem>
|
||||
LayoutInflater inflater = LayoutInflater.from(parent.getContext());
|
||||
switch(viewType) {
|
||||
case TYPE_HEADER: {
|
||||
final View view = inflater.inflate(R.layout.preference_category_material_settings,
|
||||
final View view = inflater.inflate(R.layout.preference_category_material,
|
||||
parent, false);
|
||||
return new HeaderViewHolder(view);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user