Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use margin_standard instead of margin
  • Loading branch information
grzesiek2010 committed Sep 18, 2025
commit dc28bafd7b5de85e50966b05470456bc8b6287e2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
style="?materialButtonOutlinedIconStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/margin"
android:layout_marginTop="@dimen/margin_standard"
android:text="@string/discard_changes"
app:icon="@drawable/ic_delete"
app:iconGravity="textStart"
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/server_auth_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:layout_marginTop="@dimen/margin"
android:layout_marginTop="@dimen/margin_standard"
android:layout_marginRight="20dip"
android:gravity="fill_horizontal"
android:hint="@string/password"
Expand Down
2 changes: 1 addition & 1 deletion draw/src/main/res/layout/quit_drawing_dialog_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
style="?materialButtonOutlinedIconStyle"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/margin"
android:layout_marginTop="@dimen/margin_standard"
android:text="@string/discard_changes"
app:icon="@drawable/ic_delete"
app:iconGravity="textStart"
Expand Down