0

我想在我的项目中同时使用 VPI 和 ABS。但我不能将它们包含在我的项目中。我尝试在两个库中删除 android-support-v4 但它不起作用。

谢谢你的建议!

<Tab>[2012-07-20 01:37:24 - SHopping] C:\Users\KIENVITHANH\workspace\ActionBarSherlock\res\values\vpi__attrs.xml:21: error: Attribute "vpiCirclePageIndicatorStyle" has already been defined
[2012-07-20 01:37:24 - SHopping] C:\Users\KIENVITHANH\workspace\ActionBarSherlock\res\values\vpi__attrs.xml:23: error: Attribute "vpiLinePageIndicatorStyle" has already been defined
[2012-07-20 01:37:24 - SHopping] C:\Users\KIENVITHANH\workspace\ActionBarSherlock\res\values\vpi__attrs.xml:25: error: Attribute "vpiTitlePageIndicatorStyle" has already been defined
</Tab>
4

3 回答 3

0

以您自己的风格将它们合并在一起,例如:

 <item name="vpiCirclePageIndicatorStyle">@style/Widget.CirclePageIndicator</item>
    <item name="vpiTitlePageIndicatorStyle">@style/Widget.TitlePageIndicator</item>
    <item name="vpiTabPageIndicatorStyle">@style/Widget.TabPageIndicator</item>

以 ABS 作为父级,然后在清单中使用该主题。

于 2012-07-19T20:06:13.980 回答
0

如何添加图书馆项目阅读这也不会造成任何伤害

于 2012-07-19T20:31:51.090 回答
0

对我有用的是从 ViewPagerIndicator 的 lib 文件夹中删除 android-support-v4,并将 ActionBarSherlock 中的 android-support-v4 复制到 ViewPagerIndicator 的 lib 文件夹中

于 2012-10-04T20:19:39.697 回答