Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"