diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-08-19 16:04:49 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-08-19 16:04:49 +0000 |
commit | 07b32b39007136ac8f6e326da791562a107716ad (patch) | |
tree | fcc25f4cb0773e21491cd76c63ef07b4b06f6f4b /app/src/main/res/layout/item_best_post.xml | |
parent | 23bf92d9cf32f1d62aaad1157f329f9f8943f6c7 (diff) | |
download | infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar.gz infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar.bz2 infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar.lz infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar.xz infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.tar.zst infinity-for-reddit-07b32b39007136ac8f6e326da791562a107716ad.zip |
Rename some classes. Change the logic of getting the subreddit icon. Prepare to display posts in ViewSubredditDetailActivity.
Diffstat (limited to 'app/src/main/res/layout/item_best_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_best_post.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_best_post.xml b/app/src/main/res/layout/item_best_post.xml index 4bd95542..5978957c 100644 --- a/app/src/main/res/layout/item_best_post.xml +++ b/app/src/main/res/layout/item_best_post.xml @@ -2,7 +2,8 @@ <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="16dp" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:id="@+id/card_view_view_post_detail"> <LinearLayout |