summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fietz <martin.fietz@gmail.com>2018-01-10 23:23:22 +0100
committerMartin Fietz <martin.fietz@gmail.com>2018-01-10 23:23:22 +0100
commit214d651735e67f572653ac3e06784223ba172ff7 (patch)
treecc8e34e9e7e2b3dc949cfcadaa8a4fe2d8086ed4
parent249bf9bc184b453eb962cdfa592f5ae15c8f612d (diff)
downloadAntennaPod-214d651735e67f572653ac3e06784223ba172ff7.zip
LinearLayout should use 'layout_height="wrap_content"'
-rw-r--r--app/src/main/res/layout/opml_import.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/opml_import.xml b/app/src/main/res/layout/opml_import.xml
index 2a67e7ee1..ac75cb8b3 100644
--- a/app/src/main/res/layout/opml_import.xml
+++ b/app/src/main/res/layout/opml_import.xml
@@ -6,7 +6,7 @@
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:orientation="vertical"
android:paddingTop="8dp"
android:paddingLeft="16dp"