Rename search bar corner radius dimen to allow oem override

Bug: 68814716
Test: visual
Change-Id: Iac4da717aea9fd1c3e9cec089464cbb4dccb75f9
This commit is contained in:
Fan Zhang
2017-11-28 18:02:47 -08:00
parent 6a68f306d7
commit d643a42b5d
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/search_bar_margin"
app:cardCornerRadius="@dimen/search_bar_half_height"
app:cardCornerRadius="@dimen/search_bar_corner_radius"
app:cardBackgroundColor="?android:attr/colorBackground"
app:cardElevation="2dp">
<Toolbar