浏览代码

Aligned checkbox to the left

sirekanyan 8 年之前
父节点
当前提交
bbf4038184
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/src/main/res/layout/book_edit.xml

+ 4 - 1
app/src/main/res/layout/book_edit.xml

@@ -143,7 +143,10 @@
                 android:id="@+id/readCheckbox"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
-                android:layout_margin="16dp"
+                android:layout_marginBottom="16dp"
+                android:layout_marginEnd="9dp"
+                android:layout_marginStart="9dp"
+                android:layout_marginTop="16dp"
                 android:paddingEnd="8dp"
                 android:paddingStart="8dp"
                 android:text="@string/book_read_checkbox"