Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2022-09-12 18:04:28 +0300
committerDavid Luhmer <david-dev@live.de>2022-09-12 18:04:28 +0300
commit9d299f97011c049aa3a1b19d068f9d89faab754c (patch)
tree6b2f198bf1865a5aa79eae7d97f4e8d0eba280ef /News-Android-App
parenteea909a036076c5f13053177c7aa86b33cd0b177 (diff)
increase height of row - fix #1111
Diffstat (limited to 'News-Android-App')
-rw-r--r--News-Android-App/src/main/res/layout/subscription_detail_list_item_headline_thumbnail.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/layout/subscription_detail_list_item_headline_thumbnail.xml b/News-Android-App/src/main/res/layout/subscription_detail_list_item_headline_thumbnail.xml
index 60bd67c8..352903c2 100644
--- a/News-Android-App/src/main/res/layout/subscription_detail_list_item_headline_thumbnail.xml
+++ b/News-Android-App/src/main/res/layout/subscription_detail_list_item_headline_thumbnail.xml
@@ -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"