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.
		
		
		
		
		
			
		
			
				
	
	
		
			108 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			108 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			XML
		
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
              android:layout_width="fill_parent"
 | 
						|
              android:layout_height="wrap_content"
 | 
						|
              android:orientation="vertical">
 | 
						|
 | 
						|
    <TextView
 | 
						|
            style="@style/Registration.Description"
 | 
						|
            android:layout_width="wrap_content"
 | 
						|
            android:layout_height="wrap_content"
 | 
						|
            android:layout_marginBottom="10dip"
 | 
						|
            android:text="@string/registration_problems__some_possible_problems_include" />
 | 
						|
 | 
						|
    <TableLayout
 | 
						|
            android:layout_width="fill_parent"
 | 
						|
            android:layout_height="wrap_content" >
 | 
						|
 | 
						|
        <TableRow>
 | 
						|
 | 
						|
            <TextView
 | 
						|
                    style="@style/Registration.Description"
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:paddingRight="10dip"
 | 
						|
                    android:text="•" />
 | 
						|
 | 
						|
            <LinearLayout
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:orientation="vertical" >
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:text="@string/registration_problems__sms_interceptors"
 | 
						|
                        android:textStyle="bold" />
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:paddingRight="10dip"
 | 
						|
                        android:text="@string/registration_problems__some_third_party_text_messaging_clients_such_as_handcent" />
 | 
						|
            </LinearLayout>
 | 
						|
        </TableRow>
 | 
						|
 | 
						|
        <TableRow>
 | 
						|
 | 
						|
            <TextView
 | 
						|
                    style="@style/Registration.Description"
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:paddingRight="10dip"
 | 
						|
                    android:text="•" />
 | 
						|
 | 
						|
            <LinearLayout
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:orientation="vertical" >
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:text="@string/registration_problems__incorrect_number"
 | 
						|
                        android:textStyle="bold" />
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:paddingRight="10dip"
 | 
						|
                        android:text="@string/registration_problems__please_checkt_to_make_sure_you_entered_your_number_correctly" />
 | 
						|
            </LinearLayout>
 | 
						|
        </TableRow>
 | 
						|
 | 
						|
        <TableRow>
 | 
						|
 | 
						|
            <TextView
 | 
						|
                    style="@style/Registration.Description"
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:text="•" />
 | 
						|
 | 
						|
            <LinearLayout
 | 
						|
                    android:layout_width="wrap_content"
 | 
						|
                    android:layout_height="wrap_content"
 | 
						|
                    android:orientation="vertical" >
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:text="@string/registration_problems__google_voice"
 | 
						|
                        android:textStyle="bold" />
 | 
						|
 | 
						|
                <TextView
 | 
						|
                        style="@style/Registration.Description"
 | 
						|
                        android:layout_width="wrap_content"
 | 
						|
                        android:layout_height="wrap_content"
 | 
						|
                        android:paddingRight="10dip"
 | 
						|
                        android:text="@string/registration_problems__signal_will_not_work_with_google_voice_numbers" />
 | 
						|
            </LinearLayout>
 | 
						|
        </TableRow>
 | 
						|
    </TableLayout>
 | 
						|
</LinearLayout>
 |