Update jar
This commit is contained in:
parent
fe570d073c
commit
1ecca6c5cc
|
|
@ -26,7 +26,7 @@ public class Notice extends Spider {
|
|||
for (int i = 0; i < 3; i++) sb.append(extend).append(" ");
|
||||
view = new MarqueeView(Init.context());
|
||||
view.setText(sb.toString());
|
||||
view.setBackgroundColor(Color.parseColor("#CCFFFFFF"));
|
||||
view.setBackgroundColor(Color.argb(200, 255, 255, 255));
|
||||
FrameLayout.LayoutParams params = new FrameLayout.LayoutParams(FrameLayout.LayoutParams.MATCH_PARENT, Utils.dp2px(56));
|
||||
params.gravity = Gravity.TOP;
|
||||
Utils.addView(view, params);
|
||||
|
|
@ -39,7 +39,7 @@ public class Notice extends Spider {
|
|||
}
|
||||
|
||||
private void updateColor() {
|
||||
Init.run(runnable, 250);
|
||||
Init.run(runnable, 500);
|
||||
}
|
||||
|
||||
private final Runnable runnable = new Runnable() {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
4fc27bf2f140902e9d7a5bad4e051946
|
||||
8cb598596c187e9b24ff1fe92523f43c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;4fc27bf2f140902e9d7a5bad4e051946",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8cb598596c187e9b24ff1fe92523f43c",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;4fc27bf2f140902e9d7a5bad4e051946",
|
||||
"spider": "https://raw.githubusercontent.com/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;8cb598596c187e9b24ff1fe92523f43c",
|
||||
"wallpaper": "http://饭太硬.ga/深色壁纸/api.php",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue