mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Extract hardcoded string from layout
This commit is contained in:
parent
ebed217c13
commit
efc5565b91
@ -62,7 +62,7 @@
|
|||||||
android:layout_toRightOf="@+id/openpgp_signature_layout_image"
|
android:layout_toRightOf="@+id/openpgp_signature_layout_image"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:paddingLeft="5dip"
|
android:paddingLeft="5dip"
|
||||||
android:text="User Id"
|
android:text="@string/openpgp_user_id"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:textColor="?android:textColorPrimaryInverse" />
|
android:textColor="?android:textColorPrimaryInverse" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@ -88,4 +88,4 @@
|
|||||||
android:padding="4dp"
|
android:padding="4dp"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
</com.fsck.k9.view.MessageOpenPgpView>
|
</com.fsck.k9.view.MessageOpenPgpView>
|
||||||
|
@ -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_successful_decryption_unknown_signature">Successful decryption but missing public key</string>
|
||||||
<string name="openpgp_get_key">Lookup missing key</string>
|
<string name="openpgp_get_key">Lookup missing key</string>
|
||||||
<string name="openpgp_error">OpenPGP Error:</string>
|
<string name="openpgp_error">OpenPGP Error:</string>
|
||||||
|
<string name="openpgp_user_id">User Id</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user