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

Commit e286c7cd authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Do not truncate onboarding tip text.

Change-Id: I7ecc4a4dae7fc89d9287372a29c63914f411c412
Fixes: 80244379
Test: manual test
parent 56cc567d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"/>