summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-03-17 20:20:36 +0100
committerParménides GV <parmegv@sdf.org>2014-03-29 01:43:26 +0100
commit5736f636edf5e7e0e2417e7f19608a8bac931f78 (patch)
tree9fc24dd6bf32697811432637375bbbe4f4d36850
parent7a462e907e6813edf8f834b210fe4e8d715ea4b6 (diff)
Left margin in the about text = 8sp
-rw-r--r--res/layout/about.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml
index ce57564d..4b3f16e0 100644
--- a/res/layout/about.xml
+++ b/res/layout/about.xml
@@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
+ android:layout_marginLeft="8sp"
tools:context=".Dashboard" >
<LinearLayout