projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added some margins.
[pub/Android/ownCloud.git]
/
res
/
layout
/
text_file_preview.xml
diff --git
a/res/layout/text_file_preview.xml
b/res/layout/text_file_preview.xml
index
1b526bc
..
f33b3d8
100644
(file)
--- a/
res/layout/text_file_preview.xml
+++ b/
res/layout/text_file_preview.xml
@@
-7,4
+7,6
@@
android:divider="@null"
android:dividerHeight="0dp"
android:focusable="false"
android:divider="@null"
android:dividerHeight="0dp"
android:focusable="false"
- android:focusableInTouchMode="false" />
\ No newline at end of file
+ android:focusableInTouchMode="false"
+ android:layout_marginStart="8dp"
+ android:layout_marginEnd="8dp" />
\ No newline at end of file