lineage-sdk: Stop using PreferenceScreen styles for preferences
* until it's fixed in androidx Change-Id: Ia9c1b0edb2066ac91172ab202657b01252c3972d
This commit is contained in:
committed by
Jan Altensen
parent
fdd7189e82
commit
0ea65ec244
@@ -94,8 +94,8 @@ public class RemotePreference extends SelfRemovingPreference
|
||||
|
||||
public RemotePreference(Context context, AttributeSet attrs) {
|
||||
this(context, attrs, ConstraintsHelper.getAttr(context,
|
||||
androidx.preference.R.attr.preferenceScreenStyle,
|
||||
android.R.attr.preferenceScreenStyle));
|
||||
androidx.preference.R.attr.preferenceStyle,
|
||||
android.R.attr.preferenceStyle));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -51,7 +51,7 @@ public class LineagePartsPreference extends RemotePreference {
|
||||
}
|
||||
|
||||
public LineagePartsPreference(Context context, AttributeSet attrs) {
|
||||
this(context, attrs, androidx.preference.R.attr.preferenceScreenStyle);
|
||||
this(context, attrs, androidx.preference.R.attr.preferenceStyle);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user