Skip to content

Commit

Permalink
Changed position of sharing action in menu to make it faster to be re…
Browse files Browse the repository at this point in the history
…ached
  • Loading branch information
federicoiosue committed Jan 12, 2020
1 parent 1c233c4 commit df5b40b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions omniNotes/src/main/res/menu/menu_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
android:visible="false"
app:showAsAction="ifRoom"/>
<item
android:id="@+id/menu_select_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:id="@+id/menu_share"
android:icon="@drawable/ic_share_white_24dp"
android:orderInCategory="175"
app:showAsAction="always"
android:title="@string/select_all"
android:visible="false"/>
android:title="@string/share"
android:visible="false"
app:showAsAction="always"/>
<item
android:id="@+id/menu_category"
android:icon="@drawable/ic_folder_special_white_24dp"
Expand Down Expand Up @@ -88,12 +88,12 @@
android:title="@string/add_reminder"
android:visible="false"/>
<item
android:id="@+id/menu_share"
android:icon="@drawable/ic_share_white_24dp"
android:orderInCategory="300"
android:title="@string/share"
android:visible="false"
app:showAsAction="ifRoom"/>
android:id="@+id/menu_select_all"
android:icon="@drawable/ic_select_all_white_24dp"
android:orderInCategory="300"
app:showAsAction="ifRoom"
android:title="@string/select_all"
android:visible="false"/>
<item
android:id="@+id/menu_merge"
android:icon="@drawable/ic_call_merge_white_24dp"
Expand Down
1 change: 1 addition & 0 deletions omniNotes/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<changelogtext>[b]New![/b] Dropped support for Android versions older than KitKat to improve performances</changelogtext>
<changelogtext>[i]Improved![/i] New date pickers for reminders</changelogtext>
<changelogtext>[i]Improved![/i] Simplified merging notes: confirmation is no more required</changelogtext>
<changelogtext>[i]Improved![/i] Changed position of sharing action in menu to make it faster to be reached</changelogtext>
<changelogtext>[i]Improved![/i] Removed legacy option to customize text size</changelogtext>
<changelogtext>[i]Improved![/i] Updated languages</changelogtext>
</changelogversion>
Expand Down

0 comments on commit df5b40b

Please sign in to comment.