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

Commit b5a0ff7e authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Fine tune the maganication area edit dialog" into rvc-dev

parents 60fd3c13 28243367
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -28,12 +28,19 @@
        android:padding="24dp">

        <TextView
            style="@style/AccessibilityDialogDescription"
            android:text="@string/accessibility_magnification_area_settings_message" />
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/accessibility_magnification_area_settings_message"
            android:textAppearance="?android:attr/textAppearanceListItemSecondary"
            android:textColor="?android:attr/textColorSecondary"
            android:layout_marginBottom="24dp"/>

        <include
            android:id="@+id/magnify_full_screen"
            layout="@layout/accessibility_edit_shortcut_component" />
            layout="@layout/accessibility_edit_shortcut_component"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="32dp" />

        <include
            android:id="@+id/magnify_window_screen"
+1 −1
Original line number Diff line number Diff line
@@ -57,6 +57,6 @@
        android:layout_width="176dp"
        android:layout_height="176dp"
        android:layout_marginStart="44dp"
        android:scaleType="centerCrop" />
        android:scaleType="fitCenter" />

</LinearLayout>