Pregunta

I am new To android and I want to use MigLayout in Android.

1.how to use the miglayout tag in xml layout.

2.can i use my existing layout with Miglayout.

<miglayout>
     <relative layout>
    </relative layout>
</miglayout>

please help me.

¿Fue útil?

Solución

I have seen a port of mig layout for android.Download and add this library for using mig layout click here

Also since the MigLayout class here is derived from ViewGroup you can use it with your existing layout. Hope this helps.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top