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

Commit 3ebd79ff authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Update message layout am: 1787517d am: c7a8eb5b

Change-Id: I8fc26435d372ccaf4c912f1fcf297af699800269
parents d9e8514c c7a8eb5b
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -18,34 +18,32 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/empty"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="wrap_content"
    android:background="?android:attr/colorBackground"
    android:focusable="true">

    <RelativeLayout
    <LinearLayout
        android:id="@+id/content"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <ImageView
            android:id="@+id/artwork"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_width="fill_parent"
            android:layout_alignParentTop="true"
            android:layout_marginBottom="25dp"
            android:scaleType="fitCenter"
            android:maxHeight="250dp"
            android:adjustViewBounds="true"
            android:contentDescription="@null"/>

        <TextView
            android:id="@+id/message"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_below="@+id/artwork"
            android:layout_centerHorizontal="true"
            android:layout_marginBottom="25dp"
            android:gravity="center_horizontal"
            style="?android:attr/textAppearanceListItem"/>

    </RelativeLayout>

    </LinearLayout>
</FrameLayout>
 No newline at end of file