91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Attribute xx is only used in API level xx and higher (current min is   xx)的解決方法

發布時間:2020-06-14 02:50:06 來源:網絡 閱讀:1605 作者:378205481 欄目:移動開發

錯誤:Attribute "" is only used in API level 21 and higher (current min is   10)

問題重現:

    

1、在xml布局中碰到這樣的問題是由于  配置了最低兼容Api。

    例如在AndroidManifest中配置:

    <uses-sdk

        android:minSdkVersion="10"

        android:targetSdkVersion="21" />

2、兼容到Api 10 也就是2.3.3的系統。

3、此時在布局中使用了Api21的 屬性 :android:transitionName="y"

    <RelativeLayout

            android:id="@+id/titleLayout"

            android:transitionName="y"

            android:layout_width="match_parent"

            android:layout_height="45dp"

            android:background="@color/redColor" >

4、就會警告:Attribute "transitionName" is only used in API level 21 and higher (current min is 

 10)

5、解決方法如下根據屬性的版本新建一個values-xx,根據上述例子,我們需要新建一個values-v21的文件

在里面新建一個styles.xml

Attribute xx is only used in API level xx and higher (current min is   xx)的解決方法

6、在代碼中引入該style

    

<RelativeLayout

            android:id="@+id/titleLayout"

           

            android:layout_width="match_parent"

            android:layout_height="45dp"            

            android:background="@color/redColor" >

大功告成,values-v21是對資源進行版本適配


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

刚察县| 托里县| 盈江县| 阳东县| 澄迈县| 突泉县| 巴塘县| 沧州市| 鹿泉市| 屏边| 石门县| 长海县| 奇台县| 鄱阳县| 巴里| 蒙山县| 寻甸| 吉林省| 义乌市| 峨眉山市| 温宿县| 永吉县| 莲花县| 庆元县| 崇阳县| 义马市| 霍邱县| 宁海县| 朝阳县| 甘泉县| 隆昌县| 濉溪县| 临猗县| 福贡县| 兴城市| 班玛县| 郯城县| 舟曲县| 昭觉县| 延边| 霍邱县|