Replace main menu status bar
This commit is contained in:
parent
7bc473ffad
commit
d98a873c4f
6 changed files with 4 additions and 4 deletions
BIN
OsmAnd/res/drawable-hdpi/status_bar.9.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/status_bar.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
OsmAnd/res/drawable/status_bar.9.png
Normal file
BIN
OsmAnd/res/drawable/status_bar.9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -7,7 +7,7 @@
|
|||
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center_horizontal" >
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/headline"
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/status_bar"
|
||||
android:orientation="horizontal" android:id="@+id/Headliner" android:layout_marginLeft="10dp" android:layout_marginRight="10dp">
|
||||
<ImageView android:src="@drawable/icon_small" android:layout_marginLeft="4dp" android:layout_marginTop="3dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" />
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center_horizontal" >
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/headline"
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/status_bar"
|
||||
android:orientation="horizontal" android:id="@+id/Headliner" android:layout_marginLeft="10dp" android:layout_marginRight="10dp">
|
||||
<ImageView android:src="@drawable/icon_small" android:layout_marginLeft="4dp" android:layout_marginTop="6dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center_horizontal" >
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/headline"
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/status_bar"
|
||||
android:orientation="horizontal" android:id="@+id/Headliner" android:layout_marginLeft="10dp" android:layout_marginRight="10dp">
|
||||
<ImageView android:src="@drawable/icon_small" android:layout_marginLeft="4dp" android:layout_marginTop="6dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content" />
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center_horizontal" >
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/headline"
|
||||
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/status_bar"
|
||||
android:orientation="horizontal" android:id="@+id/Headliner" android:layout_marginLeft="10dp" android:layout_marginRight="10dp">
|
||||
<ImageView android:src="@drawable/icon_small" android:layout_marginLeft="4dp" android:layout_marginTop="4dp"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"/>
|
||||
|
|
Loading…
Reference in a new issue