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

Commit 64173641 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 081b1cff: am 1ebac03c: am a5ec056b: Merge "CalendarView: use theme...

am 081b1cff: am 1ebac03c: am a5ec056b: Merge "CalendarView: use theme attribute instead of style on MonthName TextView"

* commit '081b1cff':
  CalendarView: use theme attribute instead of style on MonthName TextView
parents bbec1e16 081b1cff
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"