Commit 37dc2855 authored by Varun Patil's avatar Varun Patil

Make news_article_card consistent with PWA

parent e1068a68
......@@ -31,16 +31,25 @@
<TextView
android:id="@+id/article_body"
android:layout_marginEnd="8dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:textStyle="bold" />
android:textSize="17sp"
android:fontFamily="sans-serif-light" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" | "
android:textSize="17sp"
android:fontFamily="sans-serif-light" />
<TextView
android:id="@+id/article_published"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:textSize="17sp"
android:fontFamily="sans-serif-light" />
</LinearLayout>
<TextView
......
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