extract shop string

This commit is contained in:
Dominik Schürmann
2019-10-22 16:21:37 +02:00
parent 60232f3062
commit bf4961b356
2 changed files with 3 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ public class MainActivity extends BaseSecurityTokenActivity implements FabContai
} }
private void onShopSelected() { private void onShopSelected() {
mToolbar.setTitle("Cotech Security Keys"); mToolbar.setTitle(R.string.shop_title);
mDrawer.setSelection(ID_SHOP, false); mDrawer.setSelection(ID_SHOP, false);
Fragment frag = new SecurityKeyShopFragment(); Fragment frag = new SecurityKeyShopFragment();
setFragment(frag); setFragment(frag);

View File

@@ -1969,5 +1969,6 @@
<string name="share_key_clipboard">Share key via clipboard</string> <string name="share_key_clipboard">Share key via clipboard</string>
<string name="share_key">Share key</string> <string name="share_key">Share key</string>
<string name="shop_loading_label">Loading shop...</string> <string name="shop_loading_label">Loading shop</string>
<string name="shop_title">COTECH Security Keys</string>
</resources> </resources>