Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d643a42b authored by Fan Zhang's avatar Fan Zhang
Browse files

Rename search bar corner radius dimen to allow oem override

Bug: 68814716
Test: visual
Change-Id: Iac4da717aea9fd1c3e9cec089464cbb4dccb75f9
parent 6a68f306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
    <dimen name="search_bar_negative_margin">-8dp</dimen>

    <dimen name="search_bar_height">48dp</dimen>
    <dimen name="search_bar_half_height">24dp</dimen>
    <dimen name="search_bar_corner_radius">2dp</dimen>
    <dimen name="search_bar_text_size">16dp</dimen>

    <!-- Dimensions for Wifi Assistant Card -->