Skip to content

Commit

Permalink
increase height of row - fix #1111
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed Sep 12, 2022
1 parent eea909a commit 9d299f9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>


<androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/list_item_header"
android:layout_width="match_parent"
android:layout_height="116dp"
android:layout_height="124dp"
android:paddingTop="@dimen/listview_row_margin_top"
android:paddingBottom="@dimen/listview_row_margin_bottom"
android:descendantFocusability="blocksDescendants"
Expand Down

0 comments on commit 9d299f9

Please sign in to comment.