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

Commit c7a8eb5b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Update message layout am: 1787517d

Change-Id: I6b0d8e8df82922dad9a0df7d1c9988e8f2926c1f
parents 26a44423 1787517d
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