是否有针对API 10的activatedBackgroundIndicator的替代方案

时间:2014-04-28 07:32:16

标签: android android-layout

Android Studio 0.5.7

您好,

minSdkVersion 10
targetSdkVersion 19

我有这样的布局:

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="?android:attr/activatedBackgroundIndicator">
</TextView>

由于这在API 10中不可用,我尝试创建一个名为layout-v10的新资源布局并删除activatedBackgroundIndicator,因此只有运行API 10的设备才会使用此布局。但是,对于运行API 11及更高版本的其他布局,即使我的目标是API 19,我仍然会收到错误。

我有一种替代方法可以在将目标定位到10到19时使activateBackgroundIndicator工作吗?

非常感谢任何建议,

0 个答案:

没有答案