|
@@ -3,8 +3,7 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/color_f6f8f9">
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/view_status_bar"
|
|
@@ -71,8 +70,6 @@
|
|
|
android:id="@+id/calendarView"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:paddingStart="@dimen/dp_8"
|
|
|
- android:paddingEnd="@dimen/dp_8"
|
|
|
app:calendar_height="@dimen/dp_56"
|
|
|
app:current_day_text_color="@color/colorPrimary"
|
|
|
app:current_month_text_color="@color/black_444"
|
|
@@ -102,7 +99,6 @@
|
|
|
android:id="@+id/recyclerView"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/color_f6f8f9"
|
|
|
android:overScrollMode="never"
|
|
|
android:scrollbars="none" />
|
|
|
</com.haibin.calendarview.CalendarLayout>
|