linked id ui work dns/twitter

This commit is contained in:
Vincent Breitmoser
2015-01-16 15:59:26 +01:00
parent b6a1463161
commit 6c153b1543
5 changed files with 19 additions and 14 deletions

View File

@@ -23,15 +23,13 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/linked_create_dns_2_1" />
<EditText
<TextView
android:id="@+id/linked_create_dns_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="actionNext"
android:layout_marginTop="8dp"
android:layout_gravity="center_horizontal"
android:inputType="textUri|none"
android:enabled="false"/>
android:textIsSelectable="true" />
<TextView
android:layout_width="wrap_content"

View File

@@ -1166,7 +1166,7 @@
<string name="linked_create_twitter_1_2">"A message will be generated in the next step, which you can then customize and finally publish to your timeline."</string>
<string name="linked_create_twitter_1_3">"This tweet links back to your pgp key, to make the connection verifiable in both directions."</string>
<string name="linked_create_twitter_handle">Twitter Handle</string>
<string name="linked_create_twitter_2_1">"A message for this Twitter account has been created. You can add some text in front if you like."</string>
<string name="linked_create_twitter_2_1">"A message for this Twitter account has been created. You can add some text in front if you like, or leave it as-is."</string>
<string name="linked_create_twitter_2_2">"Here's a preview of the full tweet:"</string>
<string name="linked_create_twitter_2_3">"Once you are happy with the tweet, click next to proceed."</string>
<string name="linked_create_twitter_3_1">"Alright, here's the finished text:"</string>