2015-06-20 05:02:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.DeviceListItem xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-03-20 22:52:14 +00:00
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginEnd="16dp">
|
2015-06-20 05:02:10 +00:00
|
|
|
|
|
|
|
<TextView android:id="@+id/name"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
android:textColor="?attr/conversation_list_item_contact_color"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:ellipsize="marquee"
|
|
|
|
android:layout_marginTop="8dp"
|
2019-11-19 22:50:40 +00:00
|
|
|
android:layout_marginBottom="8dp"
|
2015-06-20 05:02:10 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2019-11-19 22:50:40 +00:00
|
|
|
<!--
|
2015-06-20 05:02:10 +00:00
|
|
|
<TextView android:id="@+id/created"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?attr/conversation_list_item_subject_color"
|
|
|
|
android:fontFamily="sans-serif-light" />
|
|
|
|
|
|
|
|
<TextView android:id="@+id/active"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:textColor="?attr/conversation_list_item_subject_color"
|
|
|
|
android:fontFamily="sans-serif-light"
|
|
|
|
android:layout_marginBottom="8dp" />
|
2019-11-19 22:50:40 +00:00
|
|
|
-->
|
2015-06-20 05:02:10 +00:00
|
|
|
</org.thoughtcrime.securesms.DeviceListItem>
|