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

Commit 041646d2 authored by Luca Stefani's avatar Luca Stefani
Browse files

SettingsIntelligence: Match Settings style

Change-Id: I42041fbaf754b149a85f22ac46b84f50830d0504
parent 63d84d76
Loading
Loading
Loading
Loading
+3 −2
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="2dp"
            app:cardCornerRadius="24dp"
            app:cardBackgroundColor="?android:attr/colorBackground"
            app:cardElevation="2dp">
            <Toolbar
@@ -65,7 +65,8 @@
        <android.support.v7.widget.RecyclerView
            android:id="@+id/list_results"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="fill_parent"
            android:layout_weight="1.0"
            android:paddingStart="@dimen/dashboard_padding_start"
            android:paddingEnd="@dimen/dashboard_padding_end"
            android:paddingTop="@dimen/dashboard_padding_top"
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@
    <!-- The following two margins need to match, with the caveat that
     the second should be negative. The second one ensures that the icons and text
     align despite the additional padding caused by the search bar's card background. -->
    <dimen name="search_bar_margin">8dp</dimen>
    <dimen name="search_bar_negative_margin">-8dp</dimen>
    <dimen name="search_bar_margin">16dp</dimen>
    <dimen name="search_bar_negative_margin">-16dp</dimen>

    <dimen name="search_bar_height">48dp</dimen>
    <dimen name="search_bar_text_size">16dp</dimen>