Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top