Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你好,怎么单独设置取消按钮的文字 #1249

Open
RookieExaminer opened this issue Jan 20, 2025 · 0 comments
Open

你好,怎么单独设置取消按钮的文字 #1249

RookieExaminer opened this issue Jan 20, 2025 · 0 comments

Comments

@RookieExaminer
Copy link

XPopup版本
2.10.0

手机系统和型号
华为Mate20 Android 10

描述你的问题
最好能上代码截图和问题截图
XPopup.Builder(this)
.isDarkTheme(false)
.hasShadowBg(true)
.hasBlurBg(false)
.moveUpToKeyboard(false)
.isDestroyOnDismiss(false)
.borderRadius(
XPopupUtils.dp2px(this, 15f).toFloat()
)
.asBottomList(
"",
arrayOf("Add to Black List", "Report")
) { position, text ->
Toaster.show(text)
}
你好,怎么单独设置取消按钮的文字。不是改变APP语言自适应。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant