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

Commit 319d6c0b authored by Tracy Zhou's avatar Tracy Zhou Committed by android-build-merger
Browse files

Merge "Do not truncate onboarding tip text." into pi-dev am: 8ac5fc68

am: 522c4f7e

Change-Id: I0f7489fc5adbf1e6af2376333ab43dee5fdf920b
parents 50c25397 522c4f7e
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"/>