Improve QR code workflow slightly

* Improve wording so contacts know they need meet up to scan
  and scan each other's codes
* Use consistent progress bar styles
This commit is contained in:
Torsten Grote
2016-11-02 12:43:41 -02:00
parent 36f087c512
commit f3b9214702
4 changed files with 17 additions and 15 deletions

View File

@@ -337,7 +337,7 @@ public class ShowQrCodeFragment extends BaseEventFragment
listener.runOnUiThreadUnlessDestroyed(new Runnable() {
@Override
public void run() {
status.setText(R.string.waiting_for_contact);
status.setText(R.string.waiting_for_contact_to_scan);
}
});
}