6.2.0 - 重新设计及编写项目文档; 新增多语言适配; 丰富控件选择器功能; 优化夜间模式适配等

This commit is contained in:
SuperMonster003
2023-01-21 22:17:16 +08:00
parent 069932c8d3
commit 10960ddbee
2139 changed files with 66316 additions and 41795 deletions

View File

@@ -1,6 +1,5 @@
package androidx.recyclerview.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.EdgeEffect;
@@ -8,9 +7,9 @@ import android.widget.EdgeEffect;
import androidx.annotation.Nullable;
import androidx.core.widget.EdgeEffectCompat;
import com.stardust.theme.ThemeColor;
import com.stardust.theme.ThemeColorManager;
import com.stardust.theme.ThemeColorMutable;
import org.autojs.autojs.theme.ThemeColor;
import org.autojs.autojs.theme.ThemeColorManager;
import org.autojs.autojs.theme.ThemeColorMutable;
import java.lang.reflect.Field;
@@ -32,7 +31,6 @@ public class ThemeColorRecyclerView extends RecyclerView implements ThemeColorMu
init();
}
public ThemeColorRecyclerView(Context context, @Nullable AttributeSet attrs) {
super(context, attrs);
init();