pull/32/head
parent
9a8cb5beb0
commit
7d9adece7c
@ -0,0 +1,8 @@ |
|||||||
|
package io.legado.app.ui.readbook.config |
||||||
|
|
||||||
|
import android.content.Context |
||||||
|
import android.widget.PopupWindow |
||||||
|
|
||||||
|
class ReadAloudPopup(context: Context?) : PopupWindow(context) { |
||||||
|
|
||||||
|
} |
@ -0,0 +1,12 @@ |
|||||||
|
package io.legado.app.ui.readbook.config |
||||||
|
|
||||||
|
import android.content.Context |
||||||
|
import android.widget.PopupWindow |
||||||
|
|
||||||
|
class ReadStylePopup(context: Context?) : PopupWindow(context) { |
||||||
|
|
||||||
|
init { |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue