Merge "Only display single line for title" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a5ea519cc6
@@ -47,6 +47,7 @@ public class FilterTouchesSwitchPreference extends SwitchPreference {
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(PreferenceViewHolder holder) {
|
||||
setSingleLineTitle(true);
|
||||
super.onBindViewHolder(holder);
|
||||
final View switchView = holder.findViewById(android.R.id.switch_widget);
|
||||
if (switchView != null) {
|
||||
|
Reference in New Issue
Block a user