summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/simplechapter_item.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2017-05-19 12:53:09 +0200
committerByteHamster <info@bytehamster.com>2017-10-14 19:21:02 +0200
commit50cf38431dda76e821b41fa02f07fb4c1a4d22e8 (patch)
tree57d0cfb06ef75e7c779ce4d78eefd2cc9c544757 /app/src/main/res/layout/simplechapter_item.xml
parentd9bdc1357e87af1a41855ab874379984526ba5c2 (diff)
downloadAntennaPod-50cf38431dda76e821b41fa02f07fb4c1a4d22e8.zip
Improved list items when using a large font size
Diffstat (limited to 'app/src/main/res/layout/simplechapter_item.xml')
-rw-r--r--app/src/main/res/layout/simplechapter_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/simplechapter_item.xml b/app/src/main/res/layout/simplechapter_item.xml
index 21bbc9545..28cdb08c3 100644
--- a/app/src/main/res/layout/simplechapter_item.xml
+++ b/app/src/main/res/layout/simplechapter_item.xml
@@ -2,7 +2,7 @@
<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="@dimen/listitem_threeline_height"
+ android:layout_height="wrap_content"
android:orientation="horizontal"
tools:background="@android:color/darker_gray">