Modify icon color and fix search bar corner

- add android:colorAccent attribute in theme
- fix wrong xmlns

Change-Id: Ia8a0a715edf40959c952f8982298a830bedfa156
Fixes: 111359684
Test: manual
This commit is contained in:
Raff Tsai
2018-07-12 17:32:46 +08:00
parent 368eec88b5
commit 00d42c510d
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/search_bar_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"