Skip to content

Commit

Permalink
Make title width wrap_content, fixes #209 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas authored Sep 23, 2020
1 parent 8ced457 commit ab4d4f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<TextView
android:id="@+id/fscv_title"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-condensed"
android:gravity="center_vertical"
Expand Down

0 comments on commit ab4d4f1

Please sign in to comment.