summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-09-10 12:13:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-09-10 12:13:28 +0000
commita5ec056b8331b2560f5c6f9543471884894914f1 (patch)
tree472f908774f6f892cc0a8ddc9d8052747603e0f9
parentc0ce6c422cfe089e7a8e209ac924e37bed3ca770 (diff)
parenta3843cfb9682d79e493f6fba60ee9d1cd80af808 (diff)
Merge "CalendarView: use theme attribute instead of style on MonthName TextView"
-rw-r--r--core/res/res/layout/calendar_view.xml2
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"