문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top