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

Commit 32b85264 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-5ee66a34-3e58-4de0-ba73-1f49074ee497-for-git_oc-mr1-release-41...

release-request-5ee66a34-3e58-4de0-ba73-1f49074ee497-for-git_oc-mr1-release-4169335 snap-temp-L20600000081126177

Change-Id: I4f3873be4df3e32763537a82135bfec6c76aeb9b
parents cf1662dd 1af7dc74
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,7 @@
            android:layout_weight="1"
            android:layout_weight="1"
            android:layout_height="0dp"
            android:layout_height="0dp"
            android:minWidth="@dimen/min_tap_target_size"
            android:minWidth="@dimen/min_tap_target_size"
            android:src="@drawable/ic_settings_24dp"
            android:src="@null"
            android:tint="?android:attr/colorAccent" />
            android:tint="?android:attr/colorAccent" />


        <ImageButton
        <ImageButton
+1 −1
Original line number Original line Diff line number Diff line
@@ -58,6 +58,6 @@
        android:layout_alignParentEnd="true"
        android:layout_alignParentEnd="true"
        android:layout_below="@android:id/summary"
        android:layout_below="@android:id/summary"
        android:paddingStart="56dp"
        android:paddingStart="56dp"
        android:paddingEnd="8dp" />
        android:paddingEnd="12dp" />


</RelativeLayout>
</RelativeLayout>
+7 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
    android:id="@+id/setup_wizard_layout"
    android:id="@+id/setup_wizard_layout"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:icon="@drawable/ic_lock"
    android:icon="@drawable/ic_suggested_notifications"
    settings:suwFooter="@layout/redaction_interstitial_footer"
    settings:suwFooter="@layout/redaction_interstitial_footer"
    settings:suwHeaderText="@string/lock_screen_notifications_interstitial_title">
    settings:suwHeaderText="@string/lock_screen_notifications_interstitial_title">


@@ -52,6 +52,8 @@
                style="@style/SuwRadioButton"
                style="@style/SuwRadioButton"
                android:layout_width="wrap_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="0dp"
                android:minHeight="?android:attr/listPreferredItemHeight"
                android:text="@string/lock_screen_notifications_summary_show" />
                android:text="@string/lock_screen_notifications_summary_show" />


            <com.android.settings.RestrictedRadioButton
            <com.android.settings.RestrictedRadioButton
@@ -59,6 +61,8 @@
                style="@style/SuwRadioButton"
                style="@style/SuwRadioButton"
                android:layout_width="wrap_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="0dp"
                android:minHeight="?android:attr/listPreferredItemHeight"
                android:text="@string/lock_screen_notifications_summary_hide" />
                android:text="@string/lock_screen_notifications_summary_hide" />


            <RadioButton
            <RadioButton
@@ -66,6 +70,8 @@
                style="@style/SuwRadioButton"
                style="@style/SuwRadioButton"
                android:layout_width="wrap_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginBottom="0dp"
                android:minHeight="?android:attr/listPreferredItemHeight"
                android:text="@string/lock_screen_notifications_summary_disable" />
                android:text="@string/lock_screen_notifications_summary_disable" />


        </RadioGroup>
        </RadioGroup>
+1 −1
Original line number Original line Diff line number Diff line
@@ -89,7 +89,7 @@
            android:layout_weight="1"
            android:layout_weight="1"
            android:layout_height="0dp"
            android:layout_height="0dp"
            android:minWidth="@dimen/min_tap_target_size"
            android:minWidth="@dimen/min_tap_target_size"
            android:src="@drawable/ic_settings_24dp"
            android:src="@null"
            android:tint="?android:attr/colorAccent" />
            android:tint="?android:attr/colorAccent" />


        <ImageButton
        <ImageButton
+42 −45

File changed.

Preview size limit exceeded, changes collapsed.

Loading