Commit 7ec18a38 authored by Varun Patil's avatar Varun Patil

Change accent color to design spec (primary for links)

parent fab521f2
......@@ -34,6 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:textColor="#000000" />
android:textColor="#000000"
android:textColorLink="@color/colorPrimary" />
</LinearLayout>
</android.support.v7.widget.CardView>
\ No newline at end of file
......@@ -47,7 +47,7 @@
android:background="@drawable/round_text_box"
android:gravity="center"
android:text="# Events Today"
android:textColor="@color/primaryTextColor"/>
android:textColor="@color/secondaryTextColor"/>
</RelativeLayout>
<android.support.v7.widget.RecyclerView
......@@ -70,6 +70,6 @@
android:layout_alignParentRight="true"
android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
android:tint="@android:color/black" />
</RelativeLayout>
\ No newline at end of file
......@@ -25,5 +25,5 @@
android:layout_alignParentRight="true"
android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
android:tint="@android:color/black" />
</RelativeLayout>
\ No newline at end of file
......@@ -11,5 +11,5 @@
android:layout_alignParentRight="true"
android:layout_margin="16dp"
android:src="@android:drawable/ic_input_add"
android:tint="@android:color/white" />
android:tint="@android:color/black" />
</RelativeLayout>
......@@ -57,6 +57,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:textColor="#000000" />
android:textColor="#000000"
android:textColorLink="@color/colorPrimary" />
</LinearLayout>
</android.support.v7.widget.CardView>
\ No newline at end of file
......@@ -3,7 +3,7 @@
<color name="colorPrimary">#536dfe</color>
<color name="primaryLightColor">#8f9bff</color>
<color name="colorPrimaryDark">#0043ca</color>
<color name="colorAccent">#0043ca</color>
<color name="colorAccent">#ffd740</color>
<color name="colorSecondary">#ffd740</color>
......
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