|
|
@ -7,7 +7,7 @@ import android.widget.TextView |
|
|
|
import io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
import io.legado.app.ui.widget.text.AccentBgTextView |
|
|
|
import io.legado.app.utils.dp |
|
|
|
import io.legado.app.utils.dp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Suppress("unused") |
|
|
|
class LabelsBar(context: Context, attrs: AttributeSet?) : LinearLayout(context, attrs) { |
|
|
|
class LabelsBar(context: Context, attrs: AttributeSet?) : LinearLayout(context, attrs) { |
|
|
|
|
|
|
|
|
|
|
|
private val unUsedViews = arrayListOf<TextView>() |
|
|
|
private val unUsedViews = arrayListOf<TextView>() |
|
|
|