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.
		
		
		
		
		
			
		
			
				
	
	
		
			59 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			59 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
 | 
						|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
            android:layout_width="fill_parent"
 | 
						|
            android:layout_height="fill_parent"
 | 
						|
            android:fillViewport="true"
 | 
						|
            android:background="@drawable/background_pattern_repeat">
 | 
						|
 | 
						|
    <FrameLayout
 | 
						|
        android:layout_width="fill_parent"
 | 
						|
        android:layout_height="fill_parent"
 | 
						|
        android:gravity="center" >
 | 
						|
        
 | 
						|
        <LinearLayout android:paddingRight="16dip"
 | 
						|
                      android:paddingLeft="16dip"
 | 
						|
                      android:paddingTop="10dip"
 | 
						|
                      android:layout_width="fill_parent"
 | 
						|
                      android:layout_height="wrap_content"
 | 
						|
                      android:layout_gravity="center"
 | 
						|
                      android:orientation="vertical">
 | 
						|
    
 | 
						|
            <TextView style="@style/Registration.Description"
 | 
						|
                      android:layout_width="fill_parent"
 | 
						|
                      android:layout_height="wrap_content"
 | 
						|
                      android:layout_marginBottom="16dip"
 | 
						|
                      android:text="@string/prompt_mms_activity__signal_requires_mms_settings_to_deliver_media_and_group_messages"/>
 | 
						|
                    
 | 
						|
            <TextView style="@style/Registration.Description"
 | 
						|
                      android:layout_width="fill_parent"
 | 
						|
                      android:layout_height="wrap_content"
 | 
						|
                      android:layout_marginBottom="16dip"
 | 
						|
                      android:text="@string/prompt_mms_activity__to_send_media_and_group_messages_click_ok"/>
 | 
						|
                        
 | 
						|
            <LinearLayout android:orientation="horizontal"
 | 
						|
                          android:gravity="center"
 | 
						|
                          android:layout_width="fill_parent"
 | 
						|
                          android:layout_height="wrap_content"
 | 
						|
                          android:layout_marginTop="10dip"
 | 
						|
                          android:layout_marginBottom="20dip">
 | 
						|
 | 
						|
                <Button android:id="@+id/cancel_button"
 | 
						|
                        android:text="@android:string/cancel"
 | 
						|
                        android:layout_weight="1"
 | 
						|
                        android:layout_width="0dp"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:layout_marginRight="7dip"
 | 
						|
                        android:textAppearance="?android:attr/textAppearanceMedium"/>
 | 
						|
                
 | 
						|
                <Button android:id="@+id/ok_button"
 | 
						|
                        android:text="@android:string/ok"
 | 
						|
                        android:layout_weight="1"
 | 
						|
                        android:layout_width="0dp"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:textAppearance="?android:attr/textAppearanceMedium"/>                
 | 
						|
            </LinearLayout>
 | 
						|
        </LinearLayout>    
 | 
						|
    </FrameLayout>
 | 
						|
</ScrollView>
 |