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

Commit e179ae0a authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Merging ub-launcher3-qt-dev, build 5484164

Test: Manual

Bug:123661124
 Bug:126450861
 Bug:126733945
 Bug:128923737
 Bug:128925509
 Bug:129216366
 Bug:129216367
 Bug:129226741
 Bug:129365634
 Bug:129505642
 Bug:130021301
 Bug:130385136
 Bug:130391709
 Bug:130393177
 Bug:130401317
 Bug:130574920
 Bug:130750270

Change-Id: I71221f8a74a39727d91da8083a303278aed9eb6c
parents 0866c063 29c30a33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    android:viewportHeight="24"
    android:tint="@color/toolbar_icon_color">
  <path
      android:fillColor="#FF000000"
      android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41z"/>
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    android:viewportHeight="24"
    android:tint="@color/toolbar_icon_color">
  <path
      android:fillColor="#FF000000"
      android:pathData="M15,4V3H9v1H4v2h1v13c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2V6h1V4H15zM17,19H7V6h10V19z"/>
+2 −2
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@
    android:viewportHeight="24">
    <!-- This path corresponds to the outside circle -->
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/bottom_nav_item_color"
        android:pathData="M11.99,2C6.47,2 2,6.48 2,12c0,5.52 4.47,10 9.99,10C17.52,22 22,17.52 22,12C22,6.48 17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8c0,-4.42 3.58,-8 8,-8s8,3.58 8,8C20,16.42 16.42,20 12,20z"/>
    <!-- This draws two lines at an angle representing the clock hands -->
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/bottom_nav_item_color"
        android:pathData="M16.49,16.36l-5.49,-3.29l0,-6.65l2,0l0,5.51l4.51,2.71z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/bottom_nav_item_color"
        android:pathData="M22,7V5h-3V2h-2v3h-4V2h-2v3H7V2H5v3H2v2h3v4H2v2h3v4H2v2h3v3h2v-3h4v3h2v-3h4v3h2v-3h3v-2h-3v-4h3v-2h-3V7H22zM7,7h4v4H7V7zM7,17v-4h4v4H7zM17,17h-4v-4h4V17zM17,11h-4V7h4V11z"/>
</vector>
+2 −2
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
        android:viewportWidth="24"
        android:viewportHeight="24">
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/bottom_nav_item_color"
        android:pathData="M4,2v9c0,1.65 1.35,3 3,3h2v6c0,1.1 0.9,2 2,2h2c1.1,0 2,-0.9 2,-2v-6h2c1.65,0 3,-1.35 3,-3V2C20,2 4,2 4,2zM11,20v-6h2v6H11zM18,11c0,0.55 -0.45,1 -1,1h-2H9H7c-0.55,0 -1,-0.45 -1,-1v-0.93h12V11zM18,8.07H6V4h2.81v2.15h2V4h2.38v2.15h2V4H18V8.07z"/>
</vector>
Loading