File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 110
110
<activity android : name =" .quiz.QuizResultActivity"
111
111
android : label =" @string/result" />
112
112
113
- <activity android : name =" .customselector.ui.selector.CustomSelectorActivity"
114
- android : label =" CustomSelector" />
113
+ <activity
114
+ android : name =" .customselector.ui.selector.CustomSelectorActivity"
115
+ android : label =" @string/title_activity_custom_selector"
116
+ android : configChanges =" screenSize|keyboard|orientation"
117
+ android : parentActivityName =" .contributions.MainActivity" />
115
118
116
119
<activity
117
120
android : name =" .category.CategoryDetailsActivity"
Original file line number Diff line number Diff line change 100
100
<string name =" title_activity_settings" >Settings</string >
101
101
<string name =" title_activity_signup" >Sign Up</string >
102
102
<string name =" title_activity_featured_images" >Featured Images</string >
103
+ <string name =" title_activity_custom_selector" >Custom Selector</string >
103
104
<string name =" title_activity_category_details" >Category</string >
104
105
<string name =" title_activity_review" >Peer Review</string >
105
106
<string name =" menu_about" >About</string >
You can’t perform that action at this time.
0 commit comments