Skip to content

Commit 0af721b

Browse files
Okuro3499dogi
andauthored
all: smoother navigation small screens (fixes #6408) (#6409)
Co-authored-by: dogi <[email protected]>
1 parent eef6e9b commit 0af721b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/src/main/res/menu/menu_bell_dashboard.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
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"

0 commit comments

Comments
 (0)