summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_art.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_art.xml')
-rw-r--r--app/src/main/res/layout/drawer_art.xml34
1 files changed, 29 insertions, 5 deletions
diff --git a/app/src/main/res/layout/drawer_art.xml b/app/src/main/res/layout/drawer_art.xml
index 2bb7df40e..c98d7886f 100644
--- a/app/src/main/res/layout/drawer_art.xml
+++ b/app/src/main/res/layout/drawer_art.xml
@@ -3,12 +3,36 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <ImageView
- android:id="@+id/art_media"
- android:scaleType="fitCenter"
- android:adjustViewBounds="true"
+ <RelativeLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content">
+ <ImageView
+ android:id="@+id/art_media"
+ android:scaleType="fitCenter"
+ android:adjustViewBounds="true"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+ <RelativeLayout
+ android:id="@+id/status_show_more"
+ android:visibility="gone"
+ android:layout_alignParentTop="true"
+ android:layout_width="match_parent"
+ android:background="@color/mastodonC1"
+ android:layout_height="match_parent">
+ <ImageView
+ android:id="@+id/show_more_button_art"
+ android:layout_marginTop="10dp"
+ android:layout_marginLeft="10dp"
+ android:layout_marginStart="10dp"
+ android:src="@drawable/ic_remove_red_eye"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentStart="true"
+ android:layout_alignParentLeft="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
+ </RelativeLayout>
+
+ </RelativeLayout>
<LinearLayout
android:layout_alignParentBottom="true"
android:orientation="horizontal"