shorten blocks of text

// FREEBIE
pull/1/head
Jake McGinty 10 years ago
parent ad1d55f12d
commit 98af1fb6ee

@ -6,24 +6,13 @@
android:fillViewport="true" android:fillViewport="true"
android:background="@drawable/background_pattern_repeat"> android:background="@drawable/background_pattern_repeat">
<LinearLayout android:paddingRight="16dip" <LinearLayout android:padding="16dp"
android:paddingLeft="16dip" android:paddingBottom="0dp"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_vertical" android:gravity="center_vertical"
android:orientation="vertical"> android:orientation="vertical">
<TextView style="@style/Registration.Description"
android:layout_width="fill_parent"
android:layout_marginBottom="8dip"
android:layout_marginTop="16dip"
android:text="@string/registration_activity__textsecure_can_use_instant_messages_to_avoid_sms_charges_when_communicating_with_other_textsecure_users"/>
<TextView style="@style/Registration.Description"
android:layout_width="fill_parent"
android:layout_marginBottom="16dip"
android:text="@string/registration_activity__registration_will_transmit_some_contact_information_to_the_server_temporariliy"/>
<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"
@ -68,6 +57,17 @@
</LinearLayout> </LinearLayout>
<TextView style="@style/Registration.Description"
android:layout_width="fill_parent"
android:layout_marginBottom="8dip"
android:layout_marginTop="16dip"
android:text="@string/registration_activity__textsecure_can_use_instant_messages_to_avoid_sms_charges_when_communicating_with_other_textsecure_users"/>
<TextView style="@style/Registration.Description"
android:layout_width="fill_parent"
android:layout_marginBottom="16dip"
android:text="@string/registration_activity__registration_will_transmit_some_contact_information_to_the_server_temporariliy"/>
<LinearLayout android:layout_width="wrap_content" <LinearLayout android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="16dip" android:layout_marginTop="16dip"

@ -7,7 +7,7 @@
<FrameLayout <FrameLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="wrap_content"
android:gravity="center" > android:gravity="center" >
<LinearLayout <LinearLayout

@ -559,8 +559,7 @@
<!-- registration_activity --> <!-- registration_activity -->
<string name="registration_activity__textsecure_can_use_instant_messages_to_avoid_sms_charges_when_communicating_with_other_textsecure_users"> <string name="registration_activity__textsecure_can_use_instant_messages_to_avoid_sms_charges_when_communicating_with_other_textsecure_users">
TextSecure can use instant messages to increase privacy and avoid SMS charges when communicating with other Registering is free and increases privacy when messaging other TextSecure users. Please verify your phone number.
TextSecure users. To enable this feature, please verify your country code and phone number.
</string> </string>
<string name="registration_activity__your_country">YOUR COUNTRY</string> <string name="registration_activity__your_country">YOUR COUNTRY</string>
<string name="registration_activity__your_country_code_and_phone_number">YOUR COUNTRY CODE AND <string name="registration_activity__your_country_code_and_phone_number">YOUR COUNTRY CODE AND
@ -568,7 +567,7 @@
</string> </string>
<string name="registration_activity__phone_number">PHONE NUMBER</string> <string name="registration_activity__phone_number">PHONE NUMBER</string>
<string name="registration_activity__register">Register</string> <string name="registration_activity__register">Register</string>
<string name="registration_activity__registration_will_transmit_some_contact_information_to_the_server_temporariliy">Registration will transmit some contact information to the server temporarily.</string> <string name="registration_activity__registration_will_transmit_some_contact_information_to_the_server_temporariliy">Registration transmits some contact information to the server. It is not stored.</string>
<string name="registration_activity__skip">Skip</string> <string name="registration_activity__skip">Skip</string>
<!-- registration_problems --> <!-- registration_problems -->

Loading…
Cancel
Save