You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			78 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
		
		
			
		
	
	
			78 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
| 
								 
											14 years ago
										 
									 | 
							
								<?xml version="1.0" encoding="utf-8"?>
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								<org.thoughtcrime.securesms.ConversationListItem xmlns:android="http://schemas.android.com/apk/res/android"
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								    android:layout_width="fill_parent"
							 | 
						||
| 
								 | 
							
								    android:layout_height="?android:attr/listPreferredItemHeight"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								    android:paddingRight="10dip"
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								    >
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								    <QuickContactBadge android:id="@+id/contact_photo"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								                       style="?android:attr/quickContactBadgeStyleWindowLarge"
							 | 
						||
| 
								 | 
							
								                       android:layout_centerVertical="true"
							 | 
						||
| 
								 | 
							
								                       android:layout_alignParentLeft="true" />
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								    <CheckBox android:id="@+id/checkbox"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								              android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								              android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								              android:layout_alignParentRight="true"
							 | 
						||
| 
								 | 
							
								              android:layout_alignParentTop="true"
							 | 
						||
| 
								 | 
							
								              android:visibility="gone" />
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								    <TextView android:id="@+id/from"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceMedium"
							 | 
						||
| 
								 | 
							
								        android:singleLine="true"
							 | 
						||
| 
								 | 
							
								        android:layout_marginTop="6dip"
							 | 
						||
| 
								 | 
							
								        android:layout_marginRight="5dip"
							 | 
						||
| 
								 | 
							
								        android:layout_marginLeft="5dip"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								        android:layout_alignTop="@id/contact_photo"
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								        android:layout_toRightOf="@id/contact_photo"
							 | 
						||
| 
								 | 
							
								        android:layout_toLeftOf="@id/checkbox"
							 | 
						||
| 
								 | 
							
								        android:layout_alignWithParentIfMissing="true"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								        android:ellipsize="marquee"
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								        android:textColor="#000000"/>
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								    <TextView android:id="@+id/date"
							 | 
						||
| 
								 | 
							
								        android:layout_marginBottom="10dip"
							 | 
						||
| 
								 | 
							
								        android:layout_marginLeft="5dip"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceSmall"
							 | 
						||
| 
								 | 
							
								        android:textColor="?android:attr/textColorSecondary"
							 | 
						||
| 
								 | 
							
								        android:singleLine="true"
							 | 
						||
| 
								 | 
							
								        android:layout_alignParentRight="true"
							 | 
						||
| 
								 | 
							
								        android:layout_alignParentBottom="true" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <ImageView android:id="@+id/error"
							 | 
						||
| 
								 | 
							
								        android:layout_marginLeft="3dip"
							 | 
						||
| 
								 | 
							
								        android:visibility="invisible"
							 | 
						||
| 
								 | 
							
								        android:layout_toLeftOf="@id/date"
							 | 
						||
| 
								 | 
							
								        android:layout_alignBottom="@id/date"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:src="@drawable/ic_list_alert_sms_failed" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								     <ImageView android:id="@+id/attachment"
							 | 
						||
| 
								 | 
							
								        android:layout_marginLeft="3dip"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:visibility="gone"
							 | 
						||
| 
								 | 
							
								        android:layout_toLeftOf="@id/error"
							 | 
						||
| 
								 | 
							
								        android:layout_alignBottom="@id/date"
							 | 
						||
| 
								 | 
							
								        android:src="@drawable/ic_attachment_universal_small" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <TextView android:id="@+id/subject"
							 | 
						||
| 
								 | 
							
								        android:layout_width="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:layout_height="wrap_content"
							 | 
						||
| 
								 | 
							
								        android:textAppearance="?android:attr/textAppearanceSmall"
							 | 
						||
| 
								 | 
							
								        android:singleLine="true"
							 | 
						||
| 
								 | 
							
								        android:layout_marginBottom="10dip"
							 | 
						||
| 
								 | 
							
								        android:layout_marginLeft="5dip"
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								        android:layout_alignBottom="@id/contact_photo"
							 | 
						||
| 
								 
											14 years ago
										 
									 | 
							
								        android:layout_toRightOf="@id/contact_photo"
							 | 
						||
| 
								 | 
							
								        android:layout_toLeftOf="@id/date"
							 | 
						||
| 
								 | 
							
								        android:ellipsize="end" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 
											13 years ago
										 
									 | 
							
								</org.thoughtcrime.securesms.ConversationListItem>
							 |