mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
orientation fixed (#4540)
This commit is contained in:
parent
d8d8038973
commit
a055f3baec
2 changed files with 6 additions and 2 deletions
|
|
@ -110,8 +110,11 @@
|
|||
<activity android:name=".quiz.QuizResultActivity"
|
||||
android:label="@string/result"/>
|
||||
|
||||
<activity android:name=".customselector.ui.selector.CustomSelectorActivity"
|
||||
android:label="CustomSelector"/>
|
||||
<activity
|
||||
android:name=".customselector.ui.selector.CustomSelectorActivity"
|
||||
android:label="@string/title_activity_custom_selector"
|
||||
android:configChanges="screenSize|keyboard|orientation"
|
||||
android:parentActivityName=".contributions.MainActivity" />
|
||||
|
||||
<activity
|
||||
android:name=".category.CategoryDetailsActivity"
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@
|
|||
<string name="title_activity_settings">Settings</string>
|
||||
<string name="title_activity_signup">Sign Up</string>
|
||||
<string name="title_activity_featured_images">Featured Images</string>
|
||||
<string name="title_activity_custom_selector">Custom Selector</string>
|
||||
<string name="title_activity_category_details">Category</string>
|
||||
<string name="title_activity_review">Peer Review</string>
|
||||
<string name="menu_about">About</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue