Commit 2cb5ddf8 authored by Varun Patil's avatar Varun Patil

Fix some styles in calendar

parent 36063898
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
android:id="@+id/calendar_layout" android:id="@+id/calendar_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="#E0E0E0" android:background="#fafafa"
android:theme="@style/CalendarTheme" android:theme="@style/CalendarTheme"
android:orientation="vertical"> android:orientation="vertical">
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="60dp" android:layout_height="60dp"
android:background="#00BCD4" /> android:background="@color/colorPrimary" />
<CalendarView <CalendarView
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:background="@drawable/round_text_box" android:background="@drawable/round_text_box"
android:gravity="center" android:gravity="center"
android:text="# Events Today" /> android:text="# Events Today"
android:textColor="@color/primaryTextColor"/>
</RelativeLayout> </RelativeLayout>
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment