Skip to content

Commit

Permalink
Use 32dp bottom margin for button in landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
ovitrif committed Nov 22, 2022
1 parent a943add commit 8ff2216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_extra_extra_medium_large"
android:layout_marginEnd="@dimen/margin_extra_extra_medium_large"
android:layout_marginBottom="@dimen/margin_64dp"
android:layout_marginBottom="@dimen/margin_extra_extra_medium_large"
android:backgroundTint="@color/jetpack_green_40"
android:gravity="center"
android:minHeight="@dimen/margin_64dp"
Expand Down

0 comments on commit 8ff2216

Please sign in to comment.