File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " org.ole.planet.myplanet"
1111 minSdk = 26
1212 targetSdk = 35
13- versionCode = 2738
14- versionName = " 0.27.38 "
13+ versionCode = 2739
14+ versionName = " 0.27.39 "
1515 ndkVersion = ' 26.3.11579264'
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 vectorDrawables. useSupportLibrary = true
Original file line number Diff line number Diff line change 2626 android : icon =" @drawable/baseline_feedback_24"
2727 android : contentDescription =" @string/go_to_feedback_page"
2828 android : title =" @string/menu_feedback"
29- app : showAsAction =" always " />
29+ app : showAsAction =" ifRoom " />
3030 <item
3131 android : id =" @+id/action_notifications"
3232 android : icon =" @drawable/ic_notifications"
3333 android : title =" Notification"
3434 app : actionLayout =" @layout/custom_notification_badge"
3535 app : showAsAction =" always" />
3636 <item
37- android : id =" @+id/change_language"
38- android : icon =" @drawable/translate"
39- android : title =" @string/language"
40- android : contentDescription =" @string/language"
41- app : showAsAction =" always " />
37+ android : id =" @+id/change_language"
38+ android : icon =" @drawable/translate"
39+ android : title =" @string/language"
40+ android : contentDescription =" @string/language"
41+ app : showAsAction =" ifRoom " />
4242 <item
4343 android : id =" @+id/action_about"
4444 android : icon =" @drawable/ic_my_survey"
You can’t perform that action at this time.
0 commit comments