Explorar o código

Fix chapter list item end padding

arkon %!s(int64=5) %!d(string=hai) anos
pai
achega
29a2d41331
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      app/src/main/res/layout/chapters_item.xml

+ 3 - 4
app/src/main/res/layout/chapters_item.xml

@@ -4,14 +4,15 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="fill_parent"
     android:layout_height="?android:attr/listPreferredItemHeight"
-    android:background="?attr/selectable_list_drawable">
+    android:background="?attr/selectable_list_drawable"
+    android:paddingEnd="16dp"
+    android:paddingStart="16dp">
 
     <TextView
         android:id="@+id/chapter_title"
         style="@style/TextAppearance.Regular.Body1"
         android:layout_width="0dp"
         android:layout_height="wrap_content"
-        android:layout_marginStart="16dp"
         android:layout_marginTop="12dp"
         android:ellipsize="end"
         android:maxLines="1"
@@ -26,7 +27,6 @@
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginBottom="8dp"
-        android:layout_marginStart="16dp"
         android:ellipsize="end"
         android:singleLine="true"
         app:layout_constraintEnd_toStartOf="@+id/download_text"
@@ -40,7 +40,6 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginBottom="8dp"
-        android:layout_marginEnd="16dp"
         android:textAllCaps="true"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"