From 7c54ef450f4533e6450e7269fd6c5f90729fd949 Mon Sep 17 00:00:00 2001 From: Pavol Zibrita Date: Fri, 17 Feb 2012 01:55:02 +0100 Subject: [PATCH] towards to new changes, however, the images are not correct (waiting) --- OsmAnd/res/drawable/indicator_custom_gray.xml | 11 ++++++ OsmAnd/res/layout/favourites_list.xml | 1 + .../res/layout/favourites_list_category.xml | 36 ++++++++++++++----- OsmAnd/res/layout/titlebar.xml | 3 +- 4 files changed, 41 insertions(+), 10 deletions(-) create mode 100644 OsmAnd/res/drawable/indicator_custom_gray.xml diff --git a/OsmAnd/res/drawable/indicator_custom_gray.xml b/OsmAnd/res/drawable/indicator_custom_gray.xml new file mode 100644 index 0000000000..8b70fefd88 --- /dev/null +++ b/OsmAnd/res/drawable/indicator_custom_gray.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/favourites_list.xml b/OsmAnd/res/layout/favourites_list.xml index 599d259545..a0d7979f84 100644 --- a/OsmAnd/res/layout/favourites_list.xml +++ b/OsmAnd/res/layout/favourites_list.xml @@ -62,6 +62,7 @@ android:layout_marginRight="3dp" android:layout_marginTop="3dp" android:layout_weight="1" + android:groupIndicator="@drawable/indicator_custom_gray" style="@style/OsmandListView"> diff --git a/OsmAnd/res/layout/favourites_list_category.xml b/OsmAnd/res/layout/favourites_list_category.xml index 8d86cf5046..ff4fee70ad 100644 --- a/OsmAnd/res/layout/favourites_list_category.xml +++ b/OsmAnd/res/layout/favourites_list_category.xml @@ -1,12 +1,30 @@ - + - - - - + - + + + + + + + \ No newline at end of file diff --git a/OsmAnd/res/layout/titlebar.xml b/OsmAnd/res/layout/titlebar.xml index a5b28e1f63..bd571053a3 100644 --- a/OsmAnd/res/layout/titlebar.xml +++ b/OsmAnd/res/layout/titlebar.xml @@ -3,7 +3,8 @@ android:id="@+id/RelativeLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="horizontal" > + android:orientation="horizontal" + android:background="@drawable/tab_title_headline_background" >