forked from organicmaps/organicmaps
[android] Modified gravity of View pager children (all pass screen)
This commit is contained in:
parent
c7dcee1f67
commit
21d97a608a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
|
@ -33,6 +34,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@string/robotoRegular"
|
||||
|
|
Loading…
Add table
Reference in a new issue