removing some margin from the Save As dialog

This commit is contained in:
tibbi 2022-04-06 22:48:44 +02:00
parent 1a6f55be81
commit e58c2ffe49
1 changed files with 0 additions and 1 deletions

View File

@ -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" />