Skip to content

Commit

Permalink
style: Add Support for Hindi Language in the Android Field Officer App
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashG97 committed Feb 1, 2018
1 parent 8f74dd9 commit 42b4f96
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
public void onPrepareOptionsMenu(Menu menu) {
menu.clear();
if (isClientActive) {
menu.add(Menu.NONE, MENU_ITEM_DATA_TABLES, Menu.NONE, Constants
.DATA_TABLE_CLIENTS_NAME);
menu.add(Menu.NONE, MENU_ITEM_DATA_TABLES, Menu.NONE, getString(R.string.more_info));
menu.add(Menu.NONE, MENU_ITEM_PIN_POINT, Menu.NONE, getString(R.string.pinpoint));
menu.add(Menu.NONE, MENU_ITEM_CLIENT_CHARGES, Menu.NONE, getString(R.string.charges));
menu.add(Menu.NONE, MENU_ITEM_ADD_SAVINGS_ACCOUNT, Menu.NONE, getString(R.string
Expand Down
Loading

0 comments on commit 42b4f96

Please sign in to comment.