6.7.0 - Alpha17 - 浮动按钮 "运行脚本" 对话框增加 "主页" 菜单项

This commit is contained in:
SuperMonster003
2026-01-22 15:48:22 +08:00
parent 54a6a36d36
commit bff716897e
19 changed files with 68 additions and 12 deletions

View File

@@ -506,6 +506,11 @@ public class MaterialDialog extends DialogBase implements View.OnClickListener,
return content;
}
@Nullable
public final ImageView getOptionsView() {
return optionsView;
}
/**
* Retrieves the custom view that was inflated or set to the MaterialDialog during building.
*