square / android-times-square

Standalone Android widget for picking a single date from a calendar view.
Apache License 2.0
4.45k stars 1.18k forks source link

Support custom attributes for color selector "tsquare_dayTextColor non supported #508

Closed quentin41500 closed 2 years ago

quentin41500 commented 2 years ago

Implementation

 <com.squareup.timessquare.CalendarPickerView
            android:id="@+id/calendarView"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:scrollbarStyle="outsideOverlay"
            app:tsquare_dayBackground="@drawable/selector_bg_calendar_cell"
            app:tsquare_dayTextColor="?textActionPrimary"
            app:tsquare_displayDayNamesHeaderRow="false"
            app:tsquare_dividerColor="@color/transparent"
            app:tsquare_headerTextColor="?textTertiary"
            app:tsquare_titleTextStyle="@style/RiseCalendarTitle" />
edenman commented 2 years ago

superceded by https://github.com/square/android-times-square/issues/509 afaict