make the catalog post image height a bit higher

refactor-toolbar
Floens 8 years ago
parent 94f3cbee96
commit 141c1fe73e
  1. 2
      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 = findViewById(R.id.card_content);
content.setRatio(9f / 16f); content.setRatio(9f / 16f);
thumbnailView = findViewById(R.id.thumbnail); thumbnailView = findViewById(R.id.thumbnail);
thumbnailView.setRatio(16f / 9f); thumbnailView.setRatio(16f / 13f);
thumbnailView.setOnClickListener(this); thumbnailView.setOnClickListener(this);
title = findViewById(R.id.title); title = findViewById(R.id.title);
comment = findViewById(R.id.comment); comment = findViewById(R.id.comment);

Loading…
Cancel
Save