Fix cell heights

multisite
Floens 9 years ago
parent 0d3bb4c98d
commit ce01ce2e49
  1. 2
      Clover/app/src/main/res/layout/cell_filter.xml
  2. 2
      Clover/app/src/main/res/layout/cell_history.xml
  3. 2
      Clover/app/src/main/res/layout/cell_post_stub.xml

@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/item_background"
android:orientation="vertical">

@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/item_background"
android:orientation="vertical">

@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<org.floens.chan.ui.cell.PostStubCell xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/item_background"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables,ContentDescription">

Loading…
Cancel
Save