mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-17 09:37:50 +01:00
Adjust titlebar layout.
This commit is contained in:
parent
d92aa005b1
commit
53c1618010
|
@ -4,7 +4,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_marginTop="-10dp"
|
android:layout_marginTop="-10dp"
|
||||||
android:padding="4dp"
|
android:paddingBottom="4dp"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:tag="title" >
|
android:tag="title" >
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -65,6 +65,7 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
|
android:layout_marginBottom="-4dp"
|
||||||
android:tag="title" >
|
android:tag="title" >
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/white_pieces"
|
android:id="@+id/white_pieces"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user