mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 06:43:56 +00:00
no changes
This commit is contained in:
@@ -41,7 +41,7 @@ class UserInterfaceSettingsActivity : AppCompatActivity() {
|
||||
|
||||
val views = resources.getStringArray(R.array.home_layouts)
|
||||
binding.uiSettingsHomeLayout.setOnClickListener {
|
||||
val dialog = AlertDialog.Builder(this, R.style.DialogTheme)
|
||||
val dialog = AlertDialog.Builder(this, R.style.MyPopup)
|
||||
.setTitle(getString(R.string.home_layout_show)).apply {
|
||||
setMultiChoiceItems(
|
||||
views,
|
||||
|
||||
Reference in New Issue
Block a user