Skip to content
Snippets Groups Projects
Commit a3843cfb authored by Young-Ho Cha's avatar Young-Ho Cha
Browse files

CalendarView: use theme attribute instead of style on MonthName TextView


Change-Id: I0d891ab08e61df7422fb0aea50a4c31196792189
Signed-off-by: default avatarYoung-Ho Cha <ganadist@gmail.com>
parent c0ce6c42
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment