diff --git a/quickstep/res/layout/split_instructions_view.xml b/quickstep/res/layout/split_instructions_view.xml index a11974c858..b433a59245 100644 --- a/quickstep/res/layout/split_instructions_view.xml +++ b/quickstep/res/layout/split_instructions_view.xml @@ -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" /> 120dp 38sp 15sp - - - - 300dp - diff --git a/quickstep/res/values/dimens.xml b/quickstep/res/values/dimens.xml index b404bb519c..de0b2c7b90 100644 --- a/quickstep/res/values/dimens.xml +++ b/quickstep/res/values/dimens.xml @@ -522,9 +522,4 @@ 48dp - - - - 220dp -