中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

绿春县| 绍兴县| 于都县| 大城县| 石城县| 山东省| 大英县| 康马县| 大足县| 吴旗县| 崇左市| 迁西县| 礼泉县| 呼伦贝尔市| 合川市| 堆龙德庆县| 邓州市| 龙山县| 白水县| 安岳县| 田东县| 金沙县| 望城县| 临清市| 江西省| 车致| 镇巴县| 南川市| 黄平县| 罗山县| 武义县| 伊通| 贵港市| 双鸭山市| 榆中县| 沙坪坝区| 临安市| 罗平县| 儋州市| 呼图壁县| 通许县|