Loading res/layout/search_panel.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading res/values/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
res/layout/search_panel.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading
res/values/dimens.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading