mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Remove Holo's titlebar uses
This commit is contained in:
parent
a03e64af6d
commit
d92aa005b1
|
@ -25,7 +25,7 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="@android:drawable/title_bar"
|
||||
android:background="#202020"
|
||||
android:orientation="horizontal"
|
||||
android:tag="title" >
|
||||
<TextView
|
||||
|
@ -113,7 +113,7 @@
|
|||
android:id="@+id/second_title_line"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@android:drawable/title_bar"
|
||||
android:background="#202020"
|
||||
android:gravity="bottom"
|
||||
android:orientation="vertical"
|
||||
android:tag="title" >
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginTop="-10dp"
|
||||
android:background="@android:drawable/title_bar"
|
||||
android:padding="4dp"
|
||||
android:orientation="vertical"
|
||||
android:tag="title" >
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in New Issue
Block a user