Error parsing XML: unbound prefix on library

前端 未结 6 2243
感情败类
感情败类 2021-02-19 01:56

I am using three libraries in my project:

a. ViewPager
b. SherlockActionBar
c. PagerSlidingTabStrip

In my layout xml, I am getting the followin

6条回答
  •  囚心锁ツ
    2021-02-19 02:37

    there is already a root element

    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:gravity="center"
    tools:context="com.example.arifa.model.MainActivity"
    android:weightSum="1">
    

提交回复
热议问题