Merge "Search bar polish" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d10a1af258
@@ -36,7 +36,7 @@
|
||||
<Toolbar
|
||||
android:id="@+id/search_toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/search_bar_height"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:contentInsetStart="0dp"
|
||||
android:contentInsetStartWithNavigation="0dp"
|
||||
|
@@ -37,11 +37,12 @@
|
||||
<Toolbar
|
||||
android:id="@+id/search_action_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/search_bar_height"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:contentInsetStartWithNavigation="64dp"
|
||||
android:navigationIcon="@drawable/ic_search_24dp"
|
||||
android:titleTextColor="@*android:color/text_color_primary"
|
||||
android:title="@string/search_menu"
|
||||
android:titleTextAppearance="@style/TextAppearance.SearchBar"
|
||||
android:theme="?android:attr/actionBarTheme"/>
|
||||
</android.support.v7.widget.CardView>
|
||||
</FrameLayout>
|
||||
|
Reference in New Issue
Block a user