Browse Source

center title

tobiasKaminsky 7 năm trước cách đây
mục cha
commit
71e16238e5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/res/layout/whats_new_activity.xml

+ 2 - 1
src/main/res/layout/whats_new_activity.xml

@@ -34,7 +34,8 @@
         android:layout_marginStart="10dp"
         android:layout_marginTop="5dp"
         android:layout_weight="6"
-        android:gravity="center_vertical"
+        android:textStyle="bold"
+        android:gravity="center"
         android:text="@string/placeholder_sentence"
         android:textAppearance="?android:attr/textAppearanceLarge"
         android:textColor="@color/primary_button_text_color"/>