Remove minHeight from PostCell

filtering
Floens 10 years ago
parent 2dbadb4d43
commit e89677aac6
  1. 6
      Clover/app/src/main/res/layout/cell_post.xml

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<org.floens.chan.ui.cell.PostCell xmlns:android="http://schemas.android.com/apk/res/android" <org.floens.chan.ui.cell.PostCell xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content">
android:minHeight="73dp">
<ImageView <ImageView
android:id="@+id/options" android:id="@+id/options"
@ -21,8 +20,7 @@
android:layout_width="72dp" android:layout_width="72dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:background="?post_thumbnail_background" android:background="?post_thumbnail_background">
android:minHeight="72dp">
<org.floens.chan.ui.view.ThumbnailView <org.floens.chan.ui.view.ThumbnailView
android:id="@+id/thumbnail_view" android:id="@+id/thumbnail_view"

Loading…
Cancel
Save