mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Bottom multi-select (#7093)
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
<vector android:height="24dp"
|
||||
android:viewportHeight="24.0" android:viewportWidth="24.0"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="?attr/colorOnPrimary" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
|
||||
</vector>
|
||||
@ -194,6 +194,7 @@
|
||||
<string name="multi_select">Multi select</string>
|
||||
<string name="select_all_above">Select all above</string>
|
||||
<string name="select_all_below">Select all below</string>
|
||||
<string name="multi_select_started_talkback">Multi select actions shown at the bottom</string>
|
||||
<string name="filtered_label">Filtered</string>
|
||||
<string name="refresh_failed_msg">Last refresh failed. Tap to view details.</string>
|
||||
<string name="open_podcast">Open podcast</string>
|
||||
@ -699,7 +700,6 @@
|
||||
<string name="load_next_page_label">Load next page</string>
|
||||
<string name="position">Position: %1$s</string>
|
||||
<string name="remaining_time">Remaining time: %1$s</string>
|
||||
<string name="apply_action">Apply action</string>
|
||||
<string name="play_chapter">Play chapter</string>
|
||||
<string name="prev_chapter">Previous chapter</string>
|
||||
<string name="next_chapter">Next chapter</string>
|
||||
|
||||
@ -42,12 +42,6 @@
|
||||
website="https://github.com/google/ExoPlayer"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="Floating Action Button Speed Dial"
|
||||
author="Roberto Leinardi"
|
||||
website="https://github.com/leinardi/FloatingActionButtonSpeedDial"
|
||||
license="Apache 2.0"
|
||||
licenseText="LICENSE_APACHE-2.0.txt" />
|
||||
<library
|
||||
name="fyydlin"
|
||||
author="Martin Fietz"
|
||||
|
||||
Reference in New Issue
Block a user