From 141c1fe73e113540d55243a145f9222deaea1023 Mon Sep 17 00:00:00 2001 From: Floens Date: Sun, 14 Jan 2018 20:24:33 +0100 Subject: [PATCH] make the catalog post image height a bit higher --- .../app/src/main/java/org/floens/chan/ui/cell/CardPostCell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clover/app/src/main/java/org/floens/chan/ui/cell/CardPostCell.java b/Clover/app/src/main/java/org/floens/chan/ui/cell/CardPostCell.java index 4ea3c67f..250a37bf 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/cell/CardPostCell.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/cell/CardPostCell.java @@ -79,7 +79,7 @@ public class CardPostCell extends CardView implements PostCellInterface, View.On content = findViewById(R.id.card_content); content.setRatio(9f / 16f); thumbnailView = findViewById(R.id.thumbnail); - thumbnailView.setRatio(16f / 9f); + thumbnailView.setRatio(16f / 13f); thumbnailView.setOnClickListener(this); title = findViewById(R.id.title); comment = findViewById(R.id.comment);