From 499def3daa816980051b8d1e4653cb2202246841 Mon Sep 17 00:00:00 2001 From: inorichi Date: Fri, 6 Apr 2018 08:29:17 +0200 Subject: [PATCH] Fix downloaded text drawn outside the screen --- app/src/main/res/layout/chapters_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/chapters_item.xml b/app/src/main/res/layout/chapters_item.xml index 9686a1106..95a5c4eaf 100644 --- a/app/src/main/res/layout/chapters_item.xml +++ b/app/src/main/res/layout/chapters_item.xml @@ -82,7 +82,7 @@ android:layout_height="wrap_content" tools:text="DOWNLOADED" android:textAllCaps="true" - app:layout_constraintRight_toLeftOf="parent" + app:layout_constraintRight_toRightOf="parent" app:layout_constraintBottom_toBottomOf="parent" android:layout_marginRight="16dp"/>