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

Commit 1ce32564 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5558509 from 7ac16f15 to qt-release

Change-Id: Ieee2a991f34c36411c383f5e18e7e0ae42ffa8a1
parents 85f27e61 7ac16f15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3114,7 +3114,7 @@
        <activity android:name=".panel.SettingsPanelActivity"
            android:label="@string/settings_panel_title"
            android:theme="@style/Theme.Panel"
            android:documentLaunchMode="always"
            android:launchMode="singleInstance"
            android:excludeFromRecents="true"
            android:exported="true">
                 <intent-filter>
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:autoMirrored="true"
    android:tint="?android:attr/colorControlNormal">
    <path
        android:fillColor="@android:color/white"
+12 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="18dp"
    android:height="18dp"
    android:viewportWidth="48"
    android:viewportHeight="48">
  <group>
    <clip-path android:pathData="M0,0h48v48H0z M 0,0"/>
    <path
        android:pathData="M46,11v29c0,4.4 -3.6,8 -8,8H23.4c-2.16,0 -4.2,-0.86 -5.7,-2.38L2,29.66s2.52,-2.46 2.6,-2.5c0.44,-0.38 0.98,-0.58 1.58,-0.58 0.44,0 0.84,0.12 1.2,0.32 0.08,0.02 8.62,4.92 8.62,4.92V8c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v14h2V3c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v19h2V5c0,-1.66 1.34,-3 3,-3s3,1.34 3,3v17h2V11c0,-1.66 1.34,-3 3,-3s3,1.34 3,3z"
        android:fillColor="#757575"/>
  </group>
</vector>
+9 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="18dp"
    android:height="18dp"
    android:viewportWidth="48"
    android:viewportHeight="48">
  <path
      android:pathData="M24,9C14,9 5.46,15.22 2,24c3.46,8.78 12,15 22,15 10.01,0 18.54,-6.22 22,-15 -3.46,-8.78 -11.99,-15 -22,-15zM24,34c-5.52,0 -10,-4.48 -10,-10s4.48,-10 10,-10 10,4.48 10,10 -4.48,10 -10,10zM24,18c-3.31,0 -6,2.69 -6,6s2.69,6 6,6 6,-2.69 6,-6 -2.69,-6 -6,-6z"
      android:fillColor="#757575"/>
</vector>
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="16dp"
                android:layout_marginStart="24dp"
                android:layout_marginEnd="24dp"
                android:textAlignment="center"
                android:textColor="?android:attr/colorError"
                android:visibility="invisible"/>
Loading