Ensure split screen cancel label doesn't wrap
Fix: 379811238 Bug: 328577545 Bug: 345128488 Test: Visual inspection of instructions view in different languages/form factors and display densities Flag: EXEMPT bugfix Change-Id: Iabdb76b7a02957e1918475b8a00f395f64e96301
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
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" />
|
||||
android:text="@string/toast_split_select_app"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/split_instructions_text_cancel"
|
||||
|
||||
@@ -44,9 +44,4 @@
|
||||
<dimen name="allset_page_margin_horizontal">120dp</dimen>
|
||||
<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>
|
||||
|
||||
@@ -522,9 +522,4 @@
|
||||
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user