diff options
| author | 2015-09-10 12:19:40 +0000 | |
|---|---|---|
| committer | 2015-09-10 12:19:40 +0000 | |
| commit | 1ebac03cbe74c2c04aabfd485dab5d366632946b (patch) | |
| tree | 739f9353cb7d411c953d24cbc629809922306614 | |
| parent | 58c27e3e53ef64072412515792433e570a176f15 (diff) | |
| parent | a5ec056b8331b2560f5c6f9543471884894914f1 (diff) | |
am a5ec056b: Merge "CalendarView: use theme attribute instead of style on MonthName TextView"
* commit 'a5ec056b8331b2560f5c6f9543471884894914f1':
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" |