diff options
| author | 2015-09-10 12:13:28 +0000 | |
|---|---|---|
| committer | 2015-09-10 12:13:28 +0000 | |
| commit | a5ec056b8331b2560f5c6f9543471884894914f1 (patch) | |
| tree | 472f908774f6f892cc0a8ddc9d8052747603e0f9 | |
| parent | c0ce6c422cfe089e7a8e209ac924e37bed3ca770 (diff) | |
| parent | a3843cfb9682d79e493f6fba60ee9d1cd80af808 (diff) | |
Merge "CalendarView: use theme attribute instead of style on MonthName TextView"
| -rw-r--r-- | core/res/res/layout/calendar_view.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/calendar_view.xml b/core/res/res/layout/calendar_view.xml index bccb05681e85..5b32a39275a2 100644 --- a/core/res/res/layout/calendar_view.xml +++ b/core/res/res/layout/calendar_view.xml @@ -28,7 +28,7 @@ android:layout_gravity="center_horizontal" android:paddingTop="10dip" android:paddingBottom="10dip" - style="@android:style/TextAppearance.Medium" /> + style="?android:attr/textAppearanceMedium" /> <LinearLayout android:id="@+android:id/day_names" android:orientation="horizontal" |