mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-05 13:24:40 +03:00
- Migrate to fragments - Fix #487 - Don't show "Open in popup mode" to channel links - New backstack of videos - Change the subscribers count to format using `NumberFormat`, for example some locales use `.` others `,`, this handles it automatically (and the old method had a bug for leading zero, e.g. 4.82.125 instead of 4.082.125) - Add string 'subscribers' for channels with more than 1 subscriber (plural) - Popup player chooses the default format and resolution based on the new preference (format) - Fix taskaffinity of the router activities - Show title before loading, as it is available from the items already loaded
15 lines
No EOL
506 B
XML
15 lines
No EOL
506 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item android:id="@+id/action_show_downloads"
|
|
android:orderInCategory="980"
|
|
android:title="@string/downloads"
|
|
app:showAsAction="never"/>
|
|
|
|
<item android:id="@+id/action_settings"
|
|
android:orderInCategory="990"
|
|
android:title="@string/settings"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu> |