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.
		
		
		
		
		
			
		
			
				
	
	
		
			55 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			55 lines
		
	
	
		
			2.3 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="wrap_content"
 | 
						|
    android:paddingLeft="@dimen/very_large_spacing"
 | 
						|
    android:paddingRight="@dimen/very_large_spacing"
 | 
						|
    android:orientation="vertical">
 | 
						|
 | 
						|
    <TextView
 | 
						|
        style="@style/FakeChatViewOutgoingMessageBubble"
 | 
						|
        android:id="@+id/bubble1"
 | 
						|
        android:layout_width="@dimen/fake_chat_view_bubble_width"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_marginTop="@dimen/medium_spacing"
 | 
						|
        android:text="What's Session?"
 | 
						|
        android:layout_gravity="right" />
 | 
						|
 | 
						|
    <TextView
 | 
						|
        style="@style/FakeChatViewIncomingMessageBubble"
 | 
						|
        android:id="@+id/bubble2"
 | 
						|
        android:layout_width="@dimen/fake_chat_view_bubble_width"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_marginTop="@dimen/medium_spacing"
 | 
						|
        android:text="It's a secure, decentralized cross-platform private messaging app"
 | 
						|
        android:layout_gravity="left" />
 | 
						|
 | 
						|
    <TextView
 | 
						|
        style="@style/FakeChatViewOutgoingMessageBubble"
 | 
						|
        android:id="@+id/bubble3"
 | 
						|
        android:layout_width="@dimen/fake_chat_view_bubble_width"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_marginTop="@dimen/medium_spacing"
 | 
						|
        android:text="So it doesn't collect my personal information or my conversation metadata? How's it work?"
 | 
						|
        android:layout_gravity="right" />
 | 
						|
 | 
						|
    <TextView
 | 
						|
        style="@style/FakeChatViewIncomingMessageBubble"
 | 
						|
        android:id="@+id/bubble4"
 | 
						|
        android:layout_width="@dimen/fake_chat_view_bubble_width"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_marginTop="@dimen/medium_spacing"
 | 
						|
        android:text="Using a combination of advanced anonymous routing and end-to-end encryption technologies."
 | 
						|
        android:layout_gravity="left" />
 | 
						|
 | 
						|
    <TextView
 | 
						|
        style="@style/FakeChatViewIncomingMessageBubble"
 | 
						|
        android:id="@+id/bubble5"
 | 
						|
        android:layout_width="@dimen/fake_chat_view_bubble_width"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_marginTop="@dimen/medium_spacing"
 | 
						|
        android:text="Friends don't let friends use compromised messengers. You're welcome."
 | 
						|
        android:layout_gravity="left" />
 | 
						|
 | 
						|
</LinearLayout> |