6.3.1 - 新增发布通知权限 / WS 实例创建; 修复 floaty 模块异常 / 安卓 7.x 异常; UI 模式增强; 迁移至 View Binding
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
app:layout="@layout/preference_category_custom"
|
||||
app:title="@string/text_updates">
|
||||
|
||||
<Preference
|
||||
<org.autojs.autojs.ui.settings.ClearUpdatesCheckedStatesPreference
|
||||
app:layout="@layout/preference_custom"
|
||||
app:key="@string/key_updates_checked_states_cleared"
|
||||
app:title="@string/text_clear_updates_checked_states"
|
||||
app:summary="@string/text_clear_updates_checked_states_description" />
|
||||
|
||||
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:configure="org.autojs.autojs.external.widget.ScriptWidgetSettingsActivity_"
|
||||
android:initialLayout="@layout/widget_script_shortcut"
|
||||
android:minHeight="40dp"
|
||||
android:minWidth="40dp"
|
||||
android:previewImage="@drawable/ic_node_js_black"
|
||||
android:resizeMode="none"/>
|
||||
android:configure="org.autojs.autojs.external.widget.ScriptWidgetSettingsActivity"
|
||||
android:initialLayout="@layout/widget_script_shortcut"
|
||||
android:minHeight="40dp"
|
||||
android:minWidth="40dp"
|
||||
android:previewImage="@drawable/ic_node_js_black"
|
||||
android:resizeMode="none" />
|
||||
Reference in New Issue
Block a user