Adjust email content margins

This commit is contained in:
str4d
2014-06-16 06:30:28 +00:00
parent 6c681c80b6
commit ea683846c1

View File

@@ -129,7 +129,7 @@
android:id="@+id/email_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp" />
android:layout_margin="15dp" />
</LinearLayout>
</ScrollView>