From 86570d495996141d3c74eecf7fc1735f9168ae50 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 22 Jan 2019 22:28:05 +0800 Subject: Enlarge the area which contains subreddit or user name and icon for easier touching in ViewPostDetailActivity. Fixed subreddit icon cannot be loaded in ViewPostDetailActivity. Smoothly play gif subreddit icon in ViewPostDetailActivity. --- app/src/main/res/layout/item_post.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/src/main/res/layout/item_post.xml') diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index 585c8931..b3d32486 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -37,7 +37,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="16dp" - android:layout_marginEnd="8dp" android:layout_gravity="center" android:textColor="#E91E63" /> @@ -72,9 +71,7 @@ android:id="@+id/title_text_view_best_post_item" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="16dp" android:layout_marginStart="16dp" - android:layout_marginRight="16dp" android:layout_marginEnd="16dp" android:textSize="18sp" android:textColor="#000000"/> -- cgit v1.2.3