Skip to content

Commit

Permalink
About: Fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Apr 25, 2023
1 parent 4280938 commit 3e747b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/view_list_info_app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/derived_app_name"
android:textAlignment="center"
android:textColor="@color/textColorPrimary"
android:textSize="@dimen/_15sdp"
android:textStyle="bold" />
Expand All @@ -44,13 +45,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/iconify_slogan"
android:textAlignment="center"
android:textColor="@color/textColorSecondary"
android:textSize="@dimen/_12sdp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/created_by_drdisagree"
android:textAlignment="center"
android:textColor="@color/textColorSecondary"
android:textSize="@dimen/_11sdp" />

Expand Down

0 comments on commit 3e747b5

Please sign in to comment.