Loading res/values/styles.xml +1 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,7 @@ <item name="android:textColorPrimary">@color/primary_text_color</item> <item name="android:textColorSecondary">@color/secondary_text_color</item> <item name="android:listViewStyle">@style/ListViewStyle</item> <item name="android:colorAccent">@color/primary_color</item> </style> <style name="SectionDivider"> Loading src/com/android/contacts/datepicker/DatePickerDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, int monthOfYear, int dayOfMonth, boolean yearOptional) { this(context, THEME_DEVICE_DEFAULT_LIGHT, callBack, year, monthOfYear, dayOfMonth, // Don't pass a theme id. Instead use the default alert dialog theme. this(context, /* themeId = */ -1, callBack, year, monthOfYear, dayOfMonth, yearOptional); } Loading Loading
res/values/styles.xml +1 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,7 @@ <item name="android:textColorPrimary">@color/primary_text_color</item> <item name="android:textColorSecondary">@color/secondary_text_color</item> <item name="android:listViewStyle">@style/ListViewStyle</item> <item name="android:colorAccent">@color/primary_color</item> </style> <style name="SectionDivider"> Loading
src/com/android/contacts/datepicker/DatePickerDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, int monthOfYear, int dayOfMonth, boolean yearOptional) { this(context, THEME_DEVICE_DEFAULT_LIGHT, callBack, year, monthOfYear, dayOfMonth, // Don't pass a theme id. Instead use the default alert dialog theme. this(context, /* themeId = */ -1, callBack, year, monthOfYear, dayOfMonth, yearOptional); } Loading