Skip to content

Commit

Permalink
Remove unrelated change in library layout
Browse files Browse the repository at this point in the history
  • Loading branch information
haanhvu committed Nov 4, 2024
1 parent 1630db2 commit 28a4e02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:gravity="center_horizontal"
android:textAlignment="gravity"
android:paddingStart="15dp"
android:paddingEnd="15dp"
android:textAlignment="gravity"
android:textColor="@color/smoke"
android:textSize="@dimen/text_biggest_size"
android:textStyle="bold" />
Expand Down

0 comments on commit 28a4e02

Please sign in to comment.