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

Commit a90ddeea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Settings/Play/Suggest layout polish" into ub-launcher3-master

parents 8f48f230 9fc27da5
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
<com.android.launcher3.views.SearchResultPlayItem xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="8dp"
    android:padding="4dp"
    android:orientation="horizontal">
    <View
        android:id="@+id/icon"
@@ -31,13 +31,18 @@
        android:layout_gravity="start|center_vertical"
        android:layout_weight="1"
        android:orientation="vertical"
        android:padding="8dp">
        android:paddingTop="4dp"
        android:paddingBottom="4dp"
        android:paddingStart="8dp"
        android:paddingEnd="8dp">

        <TextView
            android:id="@+id/title_view"
            style="@style/TextHeadline"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLines="1"
            android:ellipsize="end"
            android:textAlignment="viewStart"
            android:textColor="?android:attr/textColorPrimary"
            android:textSize="16sp" />
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@
    android:gravity="start|center_vertical"
    android:textAlignment="viewStart"
    android:textColor="?android:attr/textColorPrimary"
    android:textSize="16sp"
    android:textSize="18sp"
    android:padding="@dimen/dynamic_grid_edge_margin"
    launcher:iconDisplay="hero_app"
    android:drawableTint="?android:attr/textColorPrimary"
    launcher:customIcon="@drawable/ic_allapps_search"
    launcher:iconSizeOverride="24dp"
    launcher:iconSizeOverride="48dp"
    launcher:matchTextInsetWithQuery="true"
    launcher:layoutHorizontal="true"
    android:drawablePadding="@dimen/dynamic_grid_icon_drawable_padding"
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ public class SearchSettingsRowView extends LinearLayout implements
        Bundle bundle = searchTarget.getExtras();
        mIntent = bundle.getParcelable("intent");
        showIfAvailable(mTitleView, bundle.getString("title"));
        showIfAvailable(mDescriptionView, bundle.getString("description"));
        ArrayList<String> breadcrumbs = bundle.getStringArrayList("breadcrumbs");
        //TODO: implement RTL friendly breadcrumbs view
        showIfAvailable(mBreadcrumbsView, breadcrumbs != null