Commit d3ceaa31 authored by Sajal Narang's avatar Sajal Narang

Fix URL colours

parent 5679ff58
......@@ -95,9 +95,9 @@
<TextView
android:id="@+id/body_subtitle"
android:textColor="@color/colorWhite"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:textColor="@color/colorWhite" />
</LinearLayout>
</android.support.v7.widget.CardView>
......@@ -138,6 +138,7 @@
android:layout_marginStart="10dp"
android:layout_marginTop="12dp"
android:textColor="#333"
android:textColorLink="@color/colorPrimary"
android:textSize="16sp" />
<TextView
......
......@@ -206,6 +206,7 @@
android:layout_marginStart="10dp"
android:layout_marginTop="12dp"
android:textColor="#333"
android:textColorLink="@color/colorPrimary"
android:textSize="16sp" />
<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