Skip to content

Commit

Permalink
Bugfix: import/export skip/overwrite buttons were not styled correctly.
Browse files Browse the repository at this point in the history
Fixes #1716.
  • Loading branch information
dennisguse committed Oct 11, 2023
1 parent 2657417 commit bcb18ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/res/layout/export_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:paddingBottom="?attr/actionBarSize"
android:layout_marginBottom="@dimen/m3_bottom_nav_min_height"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

<androidx.core.widget.NestedScrollView
Expand Down
2 changes: 1 addition & 1 deletion src/main/res/layout/import_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:paddingBottom="?attr/actionBarSize"
android:layout_marginBottom="@dimen/m3_bottom_nav_min_height"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

<androidx.core.widget.NestedScrollView
Expand Down

0 comments on commit bcb18ca

Please sign in to comment.