handle saving on sd card properly too

This commit is contained in:
tibbi
2017-04-09 16:15:11 +02:00
parent ecdbeab598
commit 767dd6070a
4 changed files with 30 additions and 17 deletions

View File

@@ -5,7 +5,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="@dimen/activity_margin">
android:paddingLeft="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin"
android:paddingTop="@dimen/activity_margin">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/save_image_path_label"