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

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

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

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