<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/main_textview"
android:background="@android:color/darker_gray"
sl:scale_base_height="200"
sl:scale_base_width="400"
>
xml로 배치 하려고 보니 열어주는 부분에서 error parsing xml: unbound prefix 에러 뜨서 찾아봤더니
manifest 에 xmlns:sl= http://schemas.android.com/apk/res/com.ssomai.android.scalablelayout 패키지 네임을 넣어주라고 해서 넣어줬는데도 에러가 나는데 무엇이문제인가여?