Commit d52d6245 authored by Sajal Narang's avatar Sajal Narang

Change blog post design

parent 43bee9be
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="sans-serif-light" android:fontFamily="sans-serif-light"
android:textColor="#000000" android:textColor="#000000"
android:textSize="22sp" android:textSize="24sp" />
android:textStyle="bold" />
<TextView <TextView
android:id="@+id/post_published" android:id="@+id/post_published"
...@@ -23,7 +22,7 @@ ...@@ -23,7 +22,7 @@
android:id="@+id/post_content" android:id="@+id/post_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="4dp"
android:textColor="#000000" android:textColor="#000000"
android:textColorLink="@color/colorPrimary" /> android:textColorLink="@color/colorPrimary" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
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