diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9c9b237d120..00c959ac22c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -80,7 +80,6 @@ diff --git a/res/layout/dashboard.xml b/res/layout/dashboard.xml index 87bd973deb0..8a29289062c 100644 --- a/res/layout/dashboard.xml +++ b/res/layout/dashboard.xml @@ -24,33 +24,10 @@ android:layout_gravity="center" android:orientation="vertical"> - - - - - - - - - + android:layout_height="match_parent" + android:background="@color/background_drawer" /> diff --git a/res/layout/search_result.xml b/res/layout/search_result_item.xml similarity index 100% rename from res/layout/search_result.xml rename to res/layout/search_result_item.xml diff --git a/res/layout/search_results.xml b/res/layout/search_results.xml new file mode 100644 index 00000000000..a8334048bc2 --- /dev/null +++ b/res/layout/search_results.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/res/layout/settings_main.xml b/res/layout/settings_main.xml index 8b98794ab9e..db732dce0f6 100644 --- a/res/layout/settings_main.xml +++ b/res/layout/settings_main.xml @@ -17,65 +17,58 @@ */ --> - - - - + android:layout_width="match_parent"> - + + -