Fix APN preference style
BUG: 10445477 Change-Id: Ie1ce786ce49e1b68ffd38f6908189b8241773838
This commit is contained in:
@@ -40,7 +40,7 @@ public class ApnPreference extends Preference implements
|
||||
}
|
||||
|
||||
public ApnPreference(Context context, AttributeSet attrs) {
|
||||
this(context, attrs, R.style.ApnPreference);
|
||||
this(context, attrs, R.attr.apnPreferenceStyle);
|
||||
}
|
||||
|
||||
public ApnPreference(Context context) {
|
||||
|
Reference in New Issue
Block a user