Merge "Remove reference to preference_category_material_settings"

This commit is contained in:
TreeHugger Robot
2018-06-14 17:06:43 +00:00
committed by Android (Google) Code Review

View File

@@ -78,7 +78,7 @@ public class BaseTimeZoneAdapter<T extends BaseTimeZoneAdapter.AdapterItem>
LayoutInflater inflater = LayoutInflater.from(parent.getContext()); LayoutInflater inflater = LayoutInflater.from(parent.getContext());
switch(viewType) { switch(viewType) {
case TYPE_HEADER: { 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); parent, false);
return new HeaderViewHolder(view); return new HeaderViewHolder(view);
} }