Extract hardcoded string from layout

This commit is contained in:
cketti 2014-04-07 20:24:01 +02:00
parent ebed217c13
commit efc5565b91
2 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@
android:layout_toRightOf="@+id/openpgp_signature_layout_image"
android:ellipsize="end"
android:paddingLeft="5dip"
android:text="User Id"
android:text="@string/openpgp_user_id"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:textColorPrimaryInverse" />
</RelativeLayout>
@ -88,4 +88,4 @@
android:padding="4dp"
android:visibility="gone" />
</com.fsck.k9.view.MessageOpenPgpView>
</com.fsck.k9.view.MessageOpenPgpView>

View File

@ -1155,5 +1155,6 @@ Please submit bug reports, contribute new features and ask questions at
<string name="openpgp_successful_decryption_unknown_signature">Successful decryption but missing public key</string>
<string name="openpgp_get_key">Lookup missing key</string>
<string name="openpgp_error">OpenPGP Error:</string>
<string name="openpgp_user_id">User Id</string>
</resources>