Loading res/layout/dashboard_category.xml +17 −18 Original line number Diff line number Diff line Loading @@ -17,13 +17,12 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/category" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/dashboard_category_padding_start" android:paddingEnd="@dimen/dashboard_category_padding_end" android:orientation="vertical" android:paddingBottom="8dip" android:background="@color/card_background" android:elevation="@dimen/dashboard_category_elevation" > android:background="@color/card_background" > <View android:layout_width="match_parent" Loading @@ -32,7 +31,7 @@ <TextView android:id="@android:id/title" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="match_parent" android:paddingStart="@dimen/dashboard_category_title_margin_start" android:singleLine="true" android:ellipsize="marquee" Loading res/layout/dashboard_tile.xml +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true" android:background="@drawable/selectable_card" android:elevation="@dimen/dashboard_category_elevation" > android:background="@drawable/selectable_card" > <ImageView android:id="@android:id/icon" Loading res/layout/search_panel_results_header.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/search_title_padding_start" android:singleLine="true" android:ellipsize="marquee" Loading res/layout/search_panel_suggestions_header.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/search_title_padding_start" android:singleLine="true" android:ellipsize="marquee" Loading res/layout/see_all.xml +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true" android:background="@drawable/selectable_card" android:elevation="@dimen/dashboard_category_elevation"> android:background="@drawable/selectable_card"> <View android:layout_width="@dimen/dashboard_tile_image_size" Loading Loading
res/layout/dashboard_category.xml +17 −18 Original line number Diff line number Diff line Loading @@ -17,13 +17,12 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/category" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/dashboard_category_padding_start" android:paddingEnd="@dimen/dashboard_category_padding_end" android:orientation="vertical" android:paddingBottom="8dip" android:background="@color/card_background" android:elevation="@dimen/dashboard_category_elevation" > android:background="@color/card_background" > <View android:layout_width="match_parent" Loading @@ -32,7 +31,7 @@ <TextView android:id="@android:id/title" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="match_parent" android:paddingStart="@dimen/dashboard_category_title_margin_start" android:singleLine="true" android:ellipsize="marquee" Loading
res/layout/dashboard_tile.xml +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true" android:background="@drawable/selectable_card" android:elevation="@dimen/dashboard_category_elevation" > android:background="@drawable/selectable_card" > <ImageView android:id="@android:id/icon" Loading
res/layout/search_panel_results_header.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/search_title_padding_start" android:singleLine="true" android:ellipsize="marquee" Loading
res/layout/search_panel_suggestions_header.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="@dimen/dashboard_category_title_height" android:layout_height="@dimen/dashboard_category_height" android:paddingStart="@dimen/search_title_padding_start" android:singleLine="true" android:ellipsize="marquee" Loading
res/layout/see_all.xml +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true" android:background="@drawable/selectable_card" android:elevation="@dimen/dashboard_category_elevation"> android:background="@drawable/selectable_card"> <View android:layout_width="@dimen/dashboard_tile_image_size" Loading