diff --git a/app/src/main/res/drawable/city_background.png b/app/src/main/res/drawable/city_background.png index a783d02..2a1d396 100644 Binary files a/app/src/main/res/drawable/city_background.png and b/app/src/main/res/drawable/city_background.png differ diff --git a/app/src/main/res/drawable/city_background_nav.png b/app/src/main/res/drawable/city_background_nav.png new file mode 100644 index 0000000..815da6b Binary files /dev/null and b/app/src/main/res/drawable/city_background_nav.png differ diff --git a/app/src/main/res/layout/activity_privy_details.xml b/app/src/main/res/layout/activity_privy_details.xml index c88ab60..2f4af83 100644 --- a/app/src/main/res/layout/activity_privy_details.xml +++ b/app/src/main/res/layout/activity_privy_details.xml @@ -51,12 +51,12 @@ android:layout_width="match_parent" android:layout_height="@dimen/privy_detail_list_item_height" android:orientation="horizontal" - android:weightSum="2"> + android:weightSum="3"> @@ -74,12 +74,12 @@ android:layout_width="match_parent" android:layout_height="@dimen/privy_detail_list_item_height" android:orientation="horizontal" - android:weightSum="2"> + android:weightSum="3"> @@ -97,12 +97,12 @@ android:layout_width="match_parent" android:layout_height="@dimen/privy_detail_list_item_height" android:orientation="horizontal" - android:weightSum="2"> + android:weightSum="3"> @@ -120,12 +120,12 @@ android:layout_width="match_parent" android:layout_height="@dimen/privy_detail_list_item_height" android:orientation="horizontal" - android:weightSum="2"> + android:weightSum="3"> @@ -143,12 +143,12 @@ android:layout_width="match_parent" android:layout_height="@dimen/privy_detail_list_item_height" android:orientation="horizontal" - android:weightSum="2"> + android:weightSum="3"> diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml index 114b9d2..4738984 100644 --- a/app/src/main/res/layout/nav_header_main.xml +++ b/app/src/main/res/layout/nav_header_main.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="@dimen/nav_header_height" - android:background="@drawable/city_background" + android:background="@drawable/city_background_nav" android:gravity="bottom" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin"