Browse Source

added a margin in about fragment

Daniel Lazar 10 năm trước cách đây
mục cha
commit
70d681f56a
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      res/layout/fragment_about.xml

+ 4 - 1
res/layout/fragment_about.xml

@@ -26,7 +26,10 @@
 			android:id="@+id/textView7" android:layout_gravity="center_horizontal"
 			/>
     <ScrollView android:layout_width="wrap_content"
-                android:layout_height="wrap_content">
+                android:layout_height="wrap_content"
+                android:layout_marginLeft="15dp"
+                android:layout_marginBottom="10dp"
+                android:layout_marginRight="15dp">
 	<RelativeLayout
 			android:orientation="horizontal"
 			android:layout_width="fill_parent"