Fix APN preference style

BUG: 10445477
Change-Id: Ie1ce786ce49e1b68ffd38f6908189b8241773838
This commit is contained in:
Alan Viverette
2013-08-26 13:25:59 -07:00
parent cbf589e73c
commit 0f9a405fd5
3 changed files with 4 additions and 1 deletions

View File

@@ -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) {