replace some margins at SaveAs dialog with paddings

This commit is contained in:
tibbi 2018-03-31 22:47:52 +02:00
parent 2dfd5e1e96
commit 1ebe92808a

View file

@ -25,8 +25,8 @@
android:id="@+id/save_image_path" android:id="@+id/save_image_path"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_margin" android:paddingBottom="@dimen/activity_margin"
android:layout_marginLeft="@dimen/medium_margin" android:paddingLeft="@dimen/medium_margin"
android:paddingRight="@dimen/small_margin" android:paddingRight="@dimen/small_margin"
android:paddingTop="@dimen/small_margin"/> android:paddingTop="@dimen/small_margin"/>