Merge "Do not truncate onboarding tip text." into pi-dev
am: 8ac5fc68a9
Change-Id: I0d60205f76d774d670111981714718611e0dafcf
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="40dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:background="@drawable/recents_onboarding_toast_rounded_background"
|
||||
@@ -33,8 +33,9 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/onboarding_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="16sp"/>
|
||||
|
||||
Reference in New Issue
Block a user