Extract string resource
This commit is contained in:
parent
ed508a8def
commit
c2dbb34b25
2 changed files with 2 additions and 2 deletions
|
@ -1309,7 +1309,7 @@
|
|||
|
||||
<!-- transport_selection_list_item -->
|
||||
<string name="transport_selection_list_item__transport_icon">Transport icon</string>
|
||||
|
||||
<string name="ConversationListFragment_loading">Loading...</string>
|
||||
|
||||
|
||||
<!-- EOF -->
|
||||
|
|
|
@ -252,7 +252,7 @@ public class ContactSelectionListFragment extends Fragment
|
|||
swipeRefresh.setVisibility(View.GONE);
|
||||
showContactsLayout.setVisibility(View.VISIBLE);
|
||||
showContactsButton.setVisibility(View.INVISIBLE);
|
||||
showContactsDescription.setText("Loading...");
|
||||
showContactsDescription.setText(R.string.ConversationListFragment_loading);
|
||||
showContactsProgress.setVisibility(View.VISIBLE);
|
||||
showContactsProgress.spin();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue