kopia lustrzana https://github.com/ryukoposting/Signal-Android
				
				
				
			
		
			
				
	
	
		
			32 wiersze
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			32 wiersze
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
 | 
						|
<LinearLayout
 | 
						|
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:layout_width="match_parent"
 | 
						|
    android:layout_height="match_parent"
 | 
						|
    android:orientation="horizontal">
 | 
						|
 | 
						|
    <TextView
 | 
						|
        android:id="@+id/title"
 | 
						|
        android:text="@string/conversation_fragment_cab__batch_selection_mode"
 | 
						|
        android:maxLines="1"
 | 
						|
        android:singleLine="true"
 | 
						|
        android:layout_gravity="center_vertical"
 | 
						|
        android:textAppearance="?android:attr/textAppearanceMediumInverse"
 | 
						|
        android:layout_weight="1"
 | 
						|
        android:layout_width="wrap_content"
 | 
						|
        android:layout_height="wrap_content" />
 | 
						|
 | 
						|
    <TextView
 | 
						|
        android:id="@+id/selected_conv_count"
 | 
						|
        android:maxLines="1"
 | 
						|
        android:singleLine="true"
 | 
						|
        android:textAppearance="?android:attr/textAppearanceLarge"
 | 
						|
        android:textColor="#ccffffff"
 | 
						|
        android:layout_gravity="center_vertical"
 | 
						|
        android:paddingRight="10dip"
 | 
						|
        android:layout_width="wrap_content"
 | 
						|
        android:layout_height="wrap_content" />
 | 
						|
 | 
						|
</LinearLayout>
 |