Hook up signal device linking view.

This commit is contained in:
Mikunj
2019-11-20 09:50:40 +11:00
parent 549631848d
commit 0f5db5aa33
13 changed files with 919 additions and 863 deletions

View File

@@ -12,9 +12,11 @@
android:singleLine="true"
android:ellipsize="marquee"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<!--
<TextView android:id="@+id/created"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -29,5 +31,5 @@
android:textColor="?attr/conversation_list_item_subject_color"
android:fontFamily="sans-serif-light"
android:layout_marginBottom="8dp" />
-->
</org.thoughtcrime.securesms.DeviceListItem>