diff options
| author | 2015-09-10 15:03:26 +0900 | |
|---|---|---|
| committer | 2015-09-10 15:11:42 +0900 | |
| commit | a3843cfb9682d79e493f6fba60ee9d1cd80af808 (patch) | |
| tree | 472f908774f6f892cc0a8ddc9d8052747603e0f9 | |
| parent | c0ce6c422cfe089e7a8e209ac924e37bed3ca770 (diff) | |
CalendarView: use theme attribute instead of style on MonthName TextView
Change-Id: I0d891ab08e61df7422fb0aea50a4c31196792189
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
| -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" |