|
|
@ -6,30 +6,36 @@
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginEnd="16dp">
|
|
|
|
android:layout_marginEnd="16dp">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/name"
|
|
|
|
<LinearLayout
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:textColor="?attr/conversation_list_item_contact_color"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:ellipsize="marquee"
|
|
|
|
android:paddingBottom="8dp"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
>
|
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<TextView
|
|
|
|
<TextView android:id="@+id/created"
|
|
|
|
android:id="@+id/name"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
android:textColor="?attr/conversation_list_item_subject_color"
|
|
|
|
android:ellipsize="marquee"
|
|
|
|
android:fontFamily="sans-serif-light" />
|
|
|
|
android:singleLine="true"
|
|
|
|
|
|
|
|
android:text="Name"
|
|
|
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
|
|
|
android:textColor="?attr/conversation_list_item_contact_color"
|
|
|
|
|
|
|
|
android:textSize="18sp" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:id="@+id/shortId"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
|
|
|
|
android:ellipsize="marquee"
|
|
|
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
|
|
|
android:text="shortId"
|
|
|
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
|
|
|
android:textColor="#A2A2A2"
|
|
|
|
|
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
</org.thoughtcrime.securesms.DeviceListItem>
|
|
|
|
</org.thoughtcrime.securesms.DeviceListItem>
|