Pergunta

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.

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top