mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1482 Tall story thumbnails
This commit is contained in:
parent
01338e2ff7
commit
381466322c
1 changed files with 1 additions and 0 deletions
|
@ -700,6 +700,7 @@ public class StoryViewAdapter extends RecyclerView.Adapter<RecyclerView.ViewHold
|
|||
params.addRule(RelativeLayout.ALIGN_BOTTOM, vh.storySnippet.getId());
|
||||
} else if (params != null) {
|
||||
params.setMargins(0, 0, 0, 0);
|
||||
params.removeRule(RelativeLayout.ALIGN_BOTTOM);
|
||||
params.height = sizeDp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue