Make title adaptive
This commit is contained in:
parent
f68aa134a1
commit
5aaa34dc7e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
android:id="@+id/title"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal|bottom"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingStart="16dp"
|
||||
|
|
Loading…
Add table
Reference in a new issue