Преглед на файлове

Fix downloaded text drawn outside the screen

inorichi преди 7 години
родител
ревизия
499def3daa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/src/main/res/layout/chapters_item.xml

+ 1 - 1
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"/>