|
|
@ -6,29 +6,25 @@
|
|
|
|
android:fillViewport="true"
|
|
|
|
android:fillViewport="true"
|
|
|
|
android:background="@drawable/background_pattern_repeat">
|
|
|
|
android:background="@drawable/background_pattern_repeat">
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
|
|
|
android:gravity="center" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:paddingRight="16dip"
|
|
|
|
<LinearLayout android:paddingRight="16dip"
|
|
|
|
android:paddingLeft="16dip"
|
|
|
|
android:paddingLeft="16dip"
|
|
|
|
android:paddingTop="10dip"
|
|
|
|
android:paddingTop="10dip"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<TextView style="@style/Registration.Description"
|
|
|
|
<TextView style="@style/Registration.Description"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_marginBottom="16dip"
|
|
|
|
android:layout_marginBottom="16dip"
|
|
|
|
android:layout_marginTop="16dip"
|
|
|
|
android:layout_marginTop="16dip"
|
|
|
|
android:text="Please confirm your country code and phone number."/>
|
|
|
|
android:text="@string/registration_activity__please_confirm_your_country_code_and_phone_number"/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView style="@style/Registration.Label"
|
|
|
|
<TextView style="@style/Registration.Label"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
android:text="YOUR COUNTRY" />
|
|
|
|
android:text="@string/registration_activity__your_country" />
|
|
|
|
|
|
|
|
|
|
|
|
<Spinner android:id="@+id/country_spinner"
|
|
|
|
<Spinner android:id="@+id/country_spinner"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
@ -38,7 +34,7 @@
|
|
|
|
<TextView style="@style/Registration.Label"
|
|
|
|
<TextView style="@style/Registration.Label"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
android:textAllCaps="true"
|
|
|
|
android:text="YOUR COUNTRY CODE AND PHONE NUMBER" />
|
|
|
|
android:text="@string/registration_activity__your_country_code_and_phone_number" />
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:orientation="horizontal"
|
|
|
|
<LinearLayout android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
@ -63,14 +59,15 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="phone"
|
|
|
|
android:inputType="phone"
|
|
|
|
android:hint="PHONE NUMBER"
|
|
|
|
android:hint="@string/registration_activity__phone_number"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:singleLine="true"/>
|
|
|
|
android:singleLine="true"/>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<Button android:id="@+id/registerButton"
|
|
|
|
<Button
|
|
|
|
android:text="Register"
|
|
|
|
android:id="@+id/registerButton"
|
|
|
|
|
|
|
|
android:text="@string/registration_activity__register"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_gravity="right"
|
|
|
@ -78,5 +75,4 @@
|
|
|
|
android:layout_marginTop="20dip"
|
|
|
|
android:layout_marginTop="20dip"
|
|
|
|
android:layout_marginBottom="20dip"/>
|
|
|
|
android:layout_marginBottom="20dip"/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|