소스 검색

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