aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-12-12 20:15:33 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-12-12 20:15:33 +0100
commit887b14dae0632dff68c14dbd6551044a3ccda4fc (patch)
tree164350fdad56e42dcdd30ce9ed9d542084aba0fb /src/main/res/layout
parent3a6c10bbe3e088f481b2cdf4e5cd2ce309e7df29 (diff)
small ui fixes for private messages
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/message_content.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/main/res/layout/message_content.xml b/src/main/res/layout/message_content.xml
index 147b2952e..9dfe4392e 100644
--- a/src/main/res/layout/message_content.xml
+++ b/src/main/res/layout/message_content.xml
@@ -55,16 +55,6 @@
android:longClickable="true"
android:visibility="gone" />
- <ImageButton
- android:id="@+id/answer"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_gravity="right"
- android:alpha="?attr/icon_alpha"
- android:background="?android:selectableItemBackground"
- android:visibility="gone" />
-
<RelativeLayout
android:id="@+id/audio_player"
android:layout_width="@dimen/audio_player_width"
@@ -100,4 +90,17 @@
android:layout_toRightOf="@+id/play_pause"
android:progress="100" />
</RelativeLayout>
+
+ <ImageButton
+ android:id="@+id/answer"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentEnd="true"
+ android:layout_alignParentRight="true"
+ android:layout_gravity="end"
+ android:alpha="?attr/icon_alpha"
+ android:background="?attr/selectableItemBackgroundBorderless"
+ android:src="@drawable/ic_reply_circle_black_24dp"
+ android:visibility="gone" />
+
</merge> \ No newline at end of file