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

Commit 7994cff8 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Add max width to the screen instructions view text" into main

parents 4ebc6777 73cf3bc3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
        android:id="@+id/split_instructions_text"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:maxWidth="@dimen/split_instructions_view_max_width"
        android:textColor="?androidprv:attr/textColorOnAccent"
        android:text="@string/toast_split_select_app" />

@@ -36,6 +37,7 @@
        android:id="@+id/split_instructions_text_cancel"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:layout_gravity="center_vertical"
        android:textColor="?androidprv:attr/textColorOnAccent"
        android:layout_marginStart="@dimen/split_instructions_start_margin_cancel"
        android:text="@string/toast_split_select_app_cancel"
+4 −0
Original line number Diff line number Diff line
@@ -45,4 +45,8 @@
    <dimen name="allset_page_allset_text_size">38sp</dimen>
    <dimen name="allset_page_swipe_up_text_size">15sp</dimen>

    <!-- Splitscreen -->
    <!-- Max width of the split instructions view -->
    <dimen name="split_instructions_view_max_width">300dp</dimen>

</resources>
+4 −0
Original line number Diff line number Diff line
@@ -490,4 +490,8 @@
    <!-- Digital Wellbeing -->
    <dimen name="digital_wellbeing_toast_height">48dp</dimen>

    <!-- Splitscreen -->
    <!-- Max width of the split instructions view -->
    <dimen name="split_instructions_view_max_width">220dp</dimen>

</resources>