Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
CalendarView: use theme attribute instead of style on MonthName TextView
Browse files Browse the repository at this point in the history
Change-Id: I0d891ab08e61df7422fb0aea50a4c31196792189
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
  • Loading branch information
ganadist committed Sep 10, 2015
1 parent c0ce6c4 commit a3843cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/layout/calendar_view.xml
Expand Up @@ -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"
Expand Down

0 comments on commit a3843cf

Please sign in to comment.