mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Extract string to strings.xml
This commit is contained in:
parent
546b9434de
commit
9a4b674282
@ -8,7 +8,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="Please select a message on the left"
|
||||
android:text="@string/message_view_empty"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
|
||||
</RelativeLayout>
|
@ -1134,4 +1134,6 @@ Please submit bug reports, contribute new features and ask questions at
|
||||
<string name="global_settings_splitview_always">Always</string>
|
||||
<string name="global_settings_splitview_never">Never</string>
|
||||
<string name="global_settings_splitview_when_in_landscape">When in Landscape orientation</string>
|
||||
|
||||
<string name="message_view_empty">Please select a message on the left</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user