Merge "CalendarView: use theme attribute instead of style on MonthName TextView"

This commit is contained in:
Alan Viverette
2015-09-10 12:13:28 +00:00
committed by Gerrit Code Review

View File

@@ -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"