From 2fb3acbe27418b0d419227a87d75fbf8bdc8f9a1 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 22 Feb 2015 17:04:07 +0200 Subject: Cleanup code style * Fix breakage from 'Materialize' commit Change-Id: I81d06e069f3eb18581a7072aaf7e22b1a3d804a2 --- res/layout/new_folder_layout.xml | 48 ++++++++++++++++++++-------------------- res/layout/qc_menu_item.xml | 2 +- res/layout/suggestion_item.xml | 2 +- res/layout/tab_title.xml | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) (limited to 'res/layout') diff --git a/res/layout/new_folder_layout.xml b/res/layout/new_folder_layout.xml index 7db5b38..76cc2f2 100644 --- a/res/layout/new_folder_layout.xml +++ b/res/layout/new_folder_layout.xml @@ -27,30 +27,30 @@ android:gravity="center_vertical" android:minHeight="?android:attr/listPreferredItemHeight" android:src="@drawable/ic_folder_dark" /> - - - - + android:paddingBottom="5dip" + android:orientation="horizontal"> + + + diff --git a/res/layout/qc_menu_item.xml b/res/layout/qc_menu_item.xml index 99c1eb9..ae05362 100644 --- a/res/layout/qc_menu_item.xml +++ b/res/layout/qc_menu_item.xml @@ -28,4 +28,4 @@ android:paddingTop="4dip" android:paddingBottom="4dip" android:elevation="8dp" - /> + /> diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml index 0adea1b..9a08517 100644 --- a/res/layout/suggestion_item.xml +++ b/res/layout/suggestion_item.xml @@ -77,5 +77,5 @@ android:background="?android:attr/selectableItemBackground" android:paddingRight="@dimen/suggest_item_padding" android:paddingLeft="@dimen/suggest_item_padding" - /> + /> diff --git a/res/layout/tab_title.xml b/res/layout/tab_title.xml index 3f72753..954ffa3 100644 --- a/res/layout/tab_title.xml +++ b/res/layout/tab_title.xml @@ -31,7 +31,7 @@ android:layout_height="match_parent" android:gravity="center_vertical" android:src="@drawable/ic_search_category_history" - android:contentDescription="@string/accessibility_state_frozen" + android:contentDescription="@string/accessibility_state_frozen" android:visibility="gone" />