aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-06-13 11:50:47 +0200
committeriNPUTmice <daniel@gultsch.de>2014-06-13 11:50:47 +0200
commiteb7ed786055a45401dc2f688fc0fbcec5da0f89e (patch)
treefbcb6862c88078f9bad465ece35cd036e12515c6 /res/layout/fragment_conversation.xml
parent899da6155561a43e51f62bdf7ccab657c02522f3 (diff)
moved last seen to contact details
Diffstat (limited to 'res/layout/fragment_conversation.xml')
-rw-r--r--res/layout/fragment_conversation.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/layout/fragment_conversation.xml b/res/layout/fragment_conversation.xml
index a81b7031..703a525e 100644
--- a/res/layout/fragment_conversation.xml
+++ b/res/layout/fragment_conversation.xml
@@ -147,24 +147,4 @@
</LinearLayout>
</LinearLayout>
- <LinearLayout
- android:id="@+id/last_seen"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="#7f333333"
- android:orientation="vertical"
- android:visibility="gone"
- android:layout_below="@+id/info_box">
-
- <TextView
- android:id="@+id/last_seen_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:padding="4dp"
- android:text="@string/never_seen"
- android:textColor="#e5e5e5"
- android:textSize="14sp" />
- </LinearLayout>
-
</RelativeLayout> \ No newline at end of file