Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit f3fa7f5

Browse files
committed
Always show delete task icon
* Set delete button in task_options_menu to always show - temporary adjustment until conversion to note is implemented or another functional icon is added to the options menu v2.5.0
1 parent 8ee4971 commit f3fa7f5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.boruminc.borumjot.android"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 53
12-
versionName "2.4.0"
11+
versionCode 54
12+
versionName "2.5.0"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<item android:id="@+id/delete_btn"
2222
android:title="@string/action_delete"
23-
app:showAsAction="never"
23+
app:showAsAction="always"
2424
android:icon="@drawable/ic_delete"/>
2525

2626
</menu>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<string name="delete_content_desc">Trashcan or delete icon</string>
9393
<string name="save_content_desc">Save icon</string>
9494
<string name="action_help">Help</string>
95-
<string name="version_name">Version 2.4.0</string>
95+
<string name="version_name">Version 2.5.0</string>
9696
<string name="action_labels">Labels</string>
9797
<string name="copyright_notice">Copyright 2021 Varun Singh</string>
9898
<string name="support_email">support@borumtech.com</string>

0 commit comments

Comments
 (0)