안드로이드 xml관련 api같은 문서 있는곳 있나요??
그리고 xml에서
<view xmlns:android="http://schemas.android.com/apk/res/android"    
   class="pl.magot.vetch.ancal.views.ViewImgButton"
       style="?android:attr/buttonStyleSmall"
   android:id="@+id/btnSelectViewItemPrev"
   android:layout_toRightOf="@+id/labSelectViewItem"
   android:layout_width="48px" android:layout_height="wrap_content"/>
요렇게 써있을 때xml에서 view 라는 것과  속성중에 class/ layout_toRightOf 뜻이 먼가요??
아시는분 사용법과 함께 좀 알려주세요..