Skip to content
Snippets Groups Projects

Feature:

Merged viccall requested to merge arreglar-cousas into develop
5 files
+ 47
1
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -56,4 +56,13 @@ class ModalConfirmacion : DialogFragment() {
dismiss()
}
}
override fun onStart() {
super.onStart()
// Ajustar el tamaño del modal
dialog?.window?.setLayout(
(resources.displayMetrics.widthPixels * 0.9).toInt(), // 90% del ancho de la pantalla
ViewGroup.LayoutParams.WRAP_CONTENT // Altura automática
)
}
}
Loading