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

Commit ae0bc25d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Wrap around text so that it isn't cut off" into rvc-dev

parents c01b818b 54304126
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:gravity="center_horizontal|fill_vertical"
        android:gravity="center"
        android:padding="16dp"
    >
        <ImageView
@@ -67,7 +67,7 @@
        <LinearLayout
            android:orientation="vertical"
            android:layout_width="0dp"
            android:layout_height="@dimen/qs_media_album_size"
            android:layout_height="wrap_content"
            android:layout_weight="1"
        >
            <LinearLayout
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
            <LinearLayout
                android:orientation="vertical"
                android:layout_width="0dp"
                android:layout_height="@dimen/qs_media_album_size"
                android:layout_height="wrap_content"
                android:layout_weight="1"
            >
                <LinearLayout