summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-09-10 12:19:40 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-09-10 12:19:40 +0000
commit1ebac03cbe74c2c04aabfd485dab5d366632946b (patch)
tree739f9353cb7d411c953d24cbc629809922306614
parent58c27e3e53ef64072412515792433e570a176f15 (diff)
parenta5ec056b8331b2560f5c6f9543471884894914f1 (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.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"