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

Commit 6e476506 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7456046 from 5a6655d3 to sc-d1-release

Change-Id: I1c59dbd705f7f7c9ec81ce1c59b5cdd218ca851f
parents 0743c0e3 5a6655d3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -542,12 +542,12 @@
        <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
                  android:exported="false"
                  android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
                  android:theme="@style/Theme.AlertDialog" />
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
                  android:exported="false"
                  android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
                  android:theme="@style/Theme.AlertDialog" />
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity
            android:name="Settings$TetherSettingsActivity"
@@ -3786,14 +3786,14 @@
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Theme.AlertDialog" />
            android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <activity
            android:name=".sim.DsdsDialogActivity"
            android:exported="false"
            android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
            android:launchMode="singleInstance"
            android:theme="@style/Theme.AlertDialog" />
            android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />

        <service android:name=".sim.SimNotificationService"
                 android:permission="android.permission.BIND_JOB_SERVICE" />
−692 KiB
Loading image diff...
−1.65 MiB
Loading image diff...
+13 −12
Original line number Diff line number Diff line
@@ -15,30 +15,31 @@
  limitations under the License.
  -->

<FrameLayout
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:clipToPadding="false"
    android:layout_height="@dimen/settingslib_illustration_height"
    android:gravity="center"
    android:padding="@dimen/settingslib_illustration_padding"
    android:orientation="vertical"
    android:importantForAccessibility="noHideDescendants">

    <ImageView
        android:id="@+id/animated_img"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:maxWidth="@dimen/settingslib_illustration_width"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:background="@drawable/protection_background"
        android:scaleType="fitCenter"
        android:focusable="false"
        android:clickable="false"
        android:adjustViewBounds="true"/>

    <com.airbnb.lottie.LottieAnimationView
        android:id="@+id/lottie_view"
        android:layout_width="412dp"
        android:layout_height="300dp"
        android:layout_gravity="center"
        android:maxWidth="@dimen/settingslib_illustration_width"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:background="@drawable/protection_background"
        android:scaleType="fitCenter"
        android:adjustViewBounds="true"
        android:clipToOutline="true"/>
</FrameLayout>
 No newline at end of file
</LinearLayout>
 No newline at end of file
+2888 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading