removing some margin from the Save As dialog
This commit is contained in:
parent
1a6f55be81
commit
e58c2ffe49
|
@ -17,7 +17,6 @@
|
|||
android:id="@+id/save_as_path"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/activity_margin"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:paddingTop="@dimen/small_margin"
|
||||
android:paddingEnd="@dimen/small_margin" />
|
||||
|
|
Loading…
Reference in New Issue