extract shop string
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user