pull/2533/head
parent
18a7566e7d
commit
dbdabcbbb7
@ -0,0 +1,10 @@ |
||||
package io.legado.app.ui.book.audio |
||||
|
||||
import android.view.ViewGroup |
||||
import android.widget.PopupWindow |
||||
|
||||
class TimerSliderPopup : |
||||
PopupWindow(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT) { |
||||
|
||||
|
||||
} |
Loading…
Reference in new issue