Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b686104

Browse files
committed
- about page app name fix
1 parent 56fb878 commit b686104

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

yanndroid/oneui/src/main/res/layout-land/samsung_about_screen.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
android:layout_height="wrap_content"
2828
android:layout_marginBottom="10.0dip"
2929
android:fontFamily="sans-serif-light"
30+
android:gravity="center"
3031
android:text="@string/app_name"
3132
android:textColor="@color/item_color"
3233
android:textSize="40.0sp" />

yanndroid/oneui/src/main/res/layout/samsung_about_screen.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
android:layout_height="wrap_content"
2323
android:layout_marginBottom="10.0dip"
2424
android:fontFamily="sans-serif-light"
25+
android:gravity="center"
2526
android:text="@string/app_name"
2627
android:textColor="@color/item_color"
2728
android:textSize="40.0sp" />

0 commit comments

Comments
 (0)