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

Commit 5a78ad8c authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

merged ub-launcher3-dorval, and resolved conflicts Test: $ make -j 32 dist...

merged ub-launcher3-dorval, and resolved conflicts Test: $ make -j 32 dist checkbuild Bug: 62196967 am: 69a49c1d
am: 6958fda4

Change-Id: I1e6e94887d6104166a6fef3d0709cd7ea40432a1
parents f5247179 6958fda4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -94,3 +94,7 @@
-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
  *;
}

-keep interface com.android.launcher3.model.nano.LauncherDumpProto.** {
  *;
}
+1 −0
Original line number Diff line number Diff line
@@ -156,4 +156,5 @@ message LauncherEvent {
  optional int64 elapsed_session_millis = 6;

  optional bool is_in_multi_window_mode = 7;
  optional bool is_in_landscape_mode = 8;
}
+6 −3
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@
        android:layout_width="56dp"
        android:layout_height="56dp"
        android:padding="8dp"
        android:scaleType="fitCenter"/>
        android:scaleType="fitCenter"
        android:focusable="false"
        android:importantForAccessibility="no"/>

    <LinearLayout
        android:layout_width="match_parent"
@@ -51,11 +53,12 @@
                android:layout_height="wrap_content"
                android:textColor="?android:textColorSecondary"
                android:textSize="14sp"
                android:layout_gravity="center_vertical"/>
                android:layout_gravity="center_vertical"
                android:includeFontPadding="false"/>

            <com.android.launcher3.discovery.RatingView
                android:id="@+id/rating_view"
                android:layout_width="80dp"
                android:layout_width="70dp"
                android:layout_height="16dp"
                android:layout_marginLeft="5dp"
                android:layout_marginRight="5dp"
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="20dp"
    android:layout_height="6dp"
    android:paddingLeft="@dimen/container_fastscroll_thumb_max_width"
    android:paddingRight="@dimen/container_fastscroll_thumb_max_width">

@@ -34,7 +34,7 @@
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="@drawable/all_apps_divider"
        android:layout_gravity="center"
        android:layout_gravity="bottom"
        android:visibility="invisible"/>

</FrameLayout>
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
        android:textColor="?android:attr/textColorPrimary"
        android:fontFamily="sans-serif"
        launcher:iconDisplay="shortcut_popup"
        launcher:layoutHorizontal="true" />
        launcher:layoutHorizontal="true"
        android:focusable="false" />

    <View
        android:id="@+id/icon"
Loading