Skip to content

Commit

Permalink
[MainActivity] remove title for kids flavor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarthel-fr committed May 6, 2017
1 parent 002967d commit 4a280c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CameraColorPicker/app/src/kids/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Kids Camera Color Picker</string>
<string name="main_activity_title"></string>
<string name="activity_main_error_not_enough_colors"></string>

<!-- Palette creation activity -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mToolbar = (Toolbar) findViewById(R.id.activity_main_toolbar);
mToolbar.setTitle(R.string.app_name);
mToolbar.setTitle(R.string.main_activity_title);
setSupportActionBar(mToolbar);

mCurrentPageId = PAGE_ID_COLOR_ITEM_LIST;
Expand Down
1 change: 1 addition & 0 deletions CameraColorPicker/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<!-- General -->
<string name="app_name">Camera Color Picker</string>
<string name="main_activity_title">@string/app_name</string>
<string name="contact_us_email" translatable="false">[email protected]</string>
<string name="contact_us_uri" translatable="false">mailto:%1$s?subject=%2$s</string>
<string name="contact_us_default_subject">[Camera Color Picker] Suggestion</string>
Expand Down

0 comments on commit 4a280c8

Please sign in to comment.