浏览代码

Added some margins.

Jorge Antonio Diaz-Benito Soriano 10 年之前
父节点
当前提交
2b9176a9cd
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      res/layout/text_file_preview.xml

+ 3 - 1
res/layout/text_file_preview.xml

@@ -7,4 +7,6 @@
     android:divider="@null"
     android:dividerHeight="0dp"
     android:focusable="false"
-    android:focusableInTouchMode="false" />
+    android:focusableInTouchMode="false"
+    android:layout_marginStart="8dp"
+    android:layout_marginEnd="8dp" />