|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
android:paddingLeft="4dip"
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/alert"
|
|
|
|
|
android:contentDescription="Alert"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__alert"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/Registration.Constant"
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
android:paddingLeft="4dip"
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/telephone"
|
|
|
|
|
android:contentDescription="Telephone"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__telephone"/>
|
|
|
|
|
|
|
|
|
|
<TextView style="@style/Registration.Constant"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
@ -167,7 +167,7 @@
|
|
|
|
|
android:paddingLeft="4dip"
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/alert"
|
|
|
|
|
android:contentDescription="Alert"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__alert"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/Registration.Constant"
|
|
|
|
@ -318,7 +318,7 @@
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/check_dark"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:contentDescription="Check"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__check"/>
|
|
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
|
android:id="@+id/connecting_progress"
|
|
|
|
@ -362,7 +362,7 @@
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/check_dark"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:contentDescription="Check"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__check"/>
|
|
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
|
android:id="@+id/verification_progress"
|
|
|
|
@ -406,7 +406,7 @@
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/check_dark"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:contentDescription="Check"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__check"/>
|
|
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
|
android:id="@+id/generating_keys_progress"
|
|
|
|
@ -450,7 +450,7 @@
|
|
|
|
|
android:paddingRight="4dip"
|
|
|
|
|
android:src="@drawable/check_dark"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
android:contentDescription="Check"/>
|
|
|
|
|
android:contentDescription="@string/registration_progress_activity__check"/>
|
|
|
|
|
|
|
|
|
|
<ProgressBar
|
|
|
|
|
android:id="@+id/gcm_registering_progress"
|
|
|
|
|