mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-25 13:25:39 +02:00
Remove Holo's titlebar uses
This commit is contained in:
parent
a03e64af6d
commit
d92aa005b1
DroidFishApp/src/main/res
@ -25,7 +25,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:background="@android:drawable/title_bar"
|
android:background="#202020"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:tag="title" >
|
android:tag="title" >
|
||||||
<TextView
|
<TextView
|
||||||
@ -113,7 +113,7 @@
|
|||||||
android:id="@+id/second_title_line"
|
android:id="@+id/second_title_line"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@android:drawable/title_bar"
|
android:background="#202020"
|
||||||
android:gravity="bottom"
|
android:gravity="bottom"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:tag="title" >
|
android:tag="title" >
|
||||||
|
@ -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:background="@android:drawable/title_bar"
|
android:padding="4dp"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:tag="title" >
|
android:tag="title" >
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user