Skip to content
Snippets Groups Projects
Commit 69249b83 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Corrected timestamp position

parent ab8384ec
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@
android:layout_marginBottom="@dimen/message_vertical"
android:layout_marginEnd="@dimen/message_horizontal"
android:layout_marginRight="@dimen/message_horizontal"
android:layout_marginTop="@dimen/message_vertical">
android:layout_marginTop="@dimen/message_vertical"
android:visibility="gone">
<ImageView
android:id="@+id/avatar"
......@@ -61,6 +62,17 @@
android:visibility="gone"
tools:text="@sample/messages.json/data/sender" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<de.kuschku.quasseldroid.ui.chat.messages.RipplePassthroughTextView
android:id="@+id/content"
android:layout_width="match_parent"
......@@ -76,6 +88,7 @@
android:layout_height="wrap_content"
android:textColor="?attr/colorForeground"
tools:text="@sample/messages.json/data/message" />
</LinearLayout>
<TextView
......@@ -90,6 +103,8 @@
android:visibility="gone"
tools:text="@sample/messages.json/data/time" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<View
android:id="@+id/markerline"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment