Skip to content

Commit

Permalink
Merge pull request #13890 from brave/vpn_install_dialog
Browse files Browse the repository at this point in the history
VPN installation complete dialog animation is centered
  • Loading branch information
deeppandya committed Jun 30, 2022
2 parents a664715 + ba17ada commit 81a646b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="32dp"
android:orientation="vertical">
android:orientation="vertical"
android:gravity="center">

<com.airbnb.lottie.LottieAnimationView
android:id="@+id/bg_image"
Expand Down

0 comments on commit 81a646b

Please sign in to comment.