From 8a748b1e0d9a8729ccfee7da774c44e9d54f1f1f Mon Sep 17 00:00:00 2001 From: amwatson Date: Sat, 6 Apr 2024 19:21:21 -0500 Subject: [PATCH] add padding to ribbon vertical --- src/android/app/src/main/res/layout/vr_ribbon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/res/layout/vr_ribbon.xml b/src/android/app/src/main/res/layout/vr_ribbon.xml index 7007b3b79..590d6cb68 100644 --- a/src/android/app/src/main/res/layout/vr_ribbon.xml +++ b/src/android/app/src/main/res/layout/vr_ribbon.xml @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:background="@drawable/vr_menu_background" android:backgroundTint="#011627" - android:paddingHorizontal="50dp" + android:padding="50dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent">