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

Commit 6001c827 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-d1418208-3b0b-4ef9-a2f0-a8f8ac6c24e8-for-git_oc-mr1-release-41...

release-request-d1418208-3b0b-4ef9-a2f0-a8f8ac6c24e8-for-git_oc-mr1-release-4120176 snap-temp-L55000000076156472

Change-Id: I62e9a33889276f537c8af61714046fa7a28cbd2a
parents 82912deb a7af3911
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -405,6 +405,18 @@
                android:value="com.android.settings.bluetooth.BluetoothSettings" />
        </activity>

        <activity android:name="Settings$AssistGestureSettingsActivity"
            android:label="@string/assist_gesture_title"
            android:icon="@drawable/ic_settings_gestures"
            android:taskAffinity="">
            <intent-filter>
                <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.gestures.AssistGestureSettings" />
        </activity>

        <!-- Keep compatibility with old shortcuts. -->
        <activity-alias android:name=".bluetooth.BluetoothSettings"
                android:label="@string/bluetooth_settings_title"
@@ -921,6 +933,26 @@
                android:value="true" />
        </activity>

        <activity android:name="Settings$NightDisplaySuggestionActivity"
            android:enabled="@*android:bool/config_nightDisplayAvailable"
            android:taskAffinity=""
            android:icon="@drawable/ic_settings_night_display">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
            </intent-filter>
            <meta-data android:name="com.android.settings.dismiss"
                android:value="6,10,30" />
            <meta-data android:name="com.android.settings.title"
                android:resource="@string/night_display_suggestion_title" />
            <meta-data android:name="com.android.settings.summary"
                android:resource="@string/night_display_suggestion_summary" />
            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
                android:value="true" />
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.display.NightDisplaySettings" />
        </activity>

        <activity android:name="Settings$DeviceInfoSettingsActivity"
                android:label="@string/device_info_settings"
                android:icon="@drawable/ic_settings_about"
+24 −15
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@
             switch the text -->
        <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/suw_description_glif_margin_top">
            android:layout_height="wrap_content">

            <TextView
                style="@style/SuwDescription.Glif"
                android:id="@+id/start_message"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:minLines="3"
                android:text="@string/security_settings_fingerprint_enroll_start_message"/>

            <TextView
@@ -49,17 +49,23 @@
                android:id="@+id/repeat_message"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:minLines="3"
                android:text="@string/security_settings_fingerprint_enroll_repeat_message"
                android:visibility="invisible"/>

        </FrameLayout>

        <include layout="@layout/fingerprint_enroll_enrolling_content"
            android:layout_width="@dimen/fingerprint_progress_bar_max_size"
        <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:layout_gravity="center_horizontal"
            android:layout_marginTop="@dimen/fingerprint_enrolling_content_margin_top"/>
            android:paddingBottom="80dp">

            <include layout="@layout/fingerprint_enroll_enrolling_content"
                android:layout_width="@dimen/fingerprint_progress_bar_max_size"
                android:layout_height="@dimen/fingerprint_progress_bar_max_size"
                android:layout_gravity="center"
                android:layout_marginVertical="24dp"/>

            <TextView
                style="@style/TextAppearance.FingerprintErrorText"
@@ -67,10 +73,13 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="24dp"
            android:layout_gravity="center_horizontal"
                android:layout_gravity="center_horizontal|bottom"
                android:accessibilityLiveRegion="polite"
                android:gravity="center"
                android:visibility="invisible"/>

        </FrameLayout>

    </LinearLayout>

</com.android.setupwizardlib.GlifLayout>
+5 −2
Original line number Diff line number Diff line
@@ -38,12 +38,15 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/suw_description_glif_margin_top"
            android:minLines="3"
            android:text="@string/security_settings_fingerprint_enroll_finish_message"/>

        <com.android.setupwizardlib.view.FillContentLayout
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1">
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:maxWidth="@dimen/fingerprint_finish_max_size"
            android:maxHeight="@dimen/fingerprint_finish_max_size">

            <ImageView
                android:id="@+id/fingerprint_in_app_indicator"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<resources>
    <dimen name="fingerprint_enrolling_content_margin_top">56dp</dimen>
    <dimen name="fingerprint_enrolling_content_margin_vertical">56dp</dimen>
    <dimen name="fingerprint_find_sensor_graphic_size">240dp</dimen>

    <dimen name="support_escalation_card_padding_start">56dp</dimen>
+6 −2
Original line number Diff line number Diff line
@@ -222,9 +222,13 @@
    <dimen name="fingerprint_error_text_appear_distance">16dp</dimen>
    <dimen name="fingerprint_error_text_disappear_distance">-8dp</dimen>
    <dimen name="fingerprint_animation_size">88dp</dimen>
    <dimen name="fingerprint_progress_bar_max_size">220dp</dimen>
    <dimen name="fingerprint_progress_bar_max_size">240dp</dimen>
    <dimen name="fingerprint_progress_bar_min_size">120dp</dimen>
    <dimen name="fingerprint_enrolling_content_margin_top">36dp</dimen>
    <dimen name="fingerprint_enrolling_content_margin_vertical">24dp</dimen>
    <!-- To be the same size as fingerprint progress bar:
         fingerprint_finish_max_size = fingerprint_progress_bar_max_size
                  + (fingerprint_enrolling_content_margin_vertical x 2) -->
    <dimen name="fingerprint_finish_max_size">288dp</dimen>

    <dimen name="confirm_credentials_security_method_margin">48dp</dimen>
    <dimen name="confirm_credentials_layout_width">@dimen/match_parent</dimen>
Loading