日本a√视频在线,久久青青亚洲国产,亚洲一区欧美二区,免费g片在线观看网站

        <style id="k3y6c"><u id="k3y6c"></u></style>
        <s id="k3y6c"></s>
        <mark id="k3y6c"></mark>
          
          

          <mark id="k3y6c"></mark>

          新聞中心

          Android用戶界面詳解

          作者: 時(shí)間:2016-10-08 來源:網(wǎng)絡(luò) 收藏

          本文引用地址:http://yuyingmama.com.cn/article/201610/305851.htm

          this, R.array.colors, android.R.layout.simple_spinner_item);

          adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);

          s1.setAdapter(adapter);

          // Load a Spinner and bind it to a data query.

          private static String[] PROJECTION = new String[] {

          People._ID, People.NAME

          };

          Spinner s2 = (Spinner) findViewById(R.id.spinner2);

          Cursor cur = managedQuery(People.CONTENT_URI, PROJECTION, null, null);



          關(guān)鍵詞:

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉