diff --git a/android/res/layout/bookmark_subscription_fragment.xml b/android/res/layout/bookmark_subscription_fragment.xml index 35a71970ae..8a7a7f4e25 100644 --- a/android/res/layout/bookmark_subscription_fragment.xml +++ b/android/res/layout/bookmark_subscription_fragment.xml @@ -33,6 +33,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="@dimen/text_size_title" + android:layout_gravity="center" android:textColor="?subscriptionTitleColor" android:text="@string/native_screen_subscription_title" android:fontFamily="@string/robotoMedium" @@ -53,6 +54,7 @@ tools:text="Every kind of journey. Whether alone or with friends, hiking or sunbathing" android:text="@string/native_screen_subscription_message" android:gravity="center" + android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="@string/robotoRegular" @@ -64,8 +66,9 @@