Added background

This commit is contained in:
Denis 2014-11-11 16:01:56 +02:00
parent b962b6c859
commit 51840ae833
5 changed files with 93 additions and 88 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:padding="8dp"
android:layout_height="match_parent"
@ -11,7 +12,7 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/color_white"
android:background="@drawable/bg_cardui"
android:layout_marginBottom="8dp">
<TextView android:text="@string/search_for"
android:layout_width="wrap_content"
@ -65,17 +66,17 @@
</LinearLayout>
<LinearLayout android:orientation="vertical"
android:background="@color/color_white"
android:background="@drawable/bg_cardui"
android:layout_marginBottom="8dp"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<LinearLayout android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView android:text="@string/show_map"
<TextView android:text="@string/map_Button"
style="@style/DashboardSubHeader"/>
<Button android:id="@+id/show_map"
android:text="@string/search_shown_on_map"
android:text="@string/show_map"
style="@style/DashboardGeneralButton"/>
</LinearLayout>
@ -87,9 +88,11 @@
android:visibility="gone"/>
</LinearLayout>
<LinearLayout android:background="@drawable/bg_cardui"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout android:orientation="horizontal"
android:background="@color/color_white"
android:layout_marginBottom="8dp"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView android:text="@string/my_data_Button"
@ -100,7 +103,9 @@
</LinearLayout>
<ListView android:id="@+id/list_favorites"
android:background="@color/color_white"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
</LinearLayout>
</ScrollView>