久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<small id='Ffk54'></small><noframes id='Ffk54'>

    • <bdo id='Ffk54'></bdo><ul id='Ffk54'></ul>
      <tfoot id='Ffk54'></tfoot>
      <legend id='Ffk54'><style id='Ffk54'><dir id='Ffk54'><q id='Ffk54'></q></dir></style></legend>

    1. <i id='Ffk54'><tr id='Ffk54'><dt id='Ffk54'><q id='Ffk54'><span id='Ffk54'><b id='Ffk54'><form id='Ffk54'><ins id='Ffk54'></ins><ul id='Ffk54'></ul><sub id='Ffk54'></sub></form><legend id='Ffk54'></legend><bdo id='Ffk54'><pre id='Ffk54'><center id='Ffk54'></center></pre></bdo></b><th id='Ffk54'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Ffk54'><tfoot id='Ffk54'></tfoot><dl id='Ffk54'><fieldset id='Ffk54'></fieldset></dl></div>
    2. 帶有芯片的 Android AutoCompleteTextView

      Android AutoCompleteTextView with chips(帶有芯片的 Android AutoCompleteTextView)

        • <tfoot id='MSJNZ'></tfoot>
          <i id='MSJNZ'><tr id='MSJNZ'><dt id='MSJNZ'><q id='MSJNZ'><span id='MSJNZ'><b id='MSJNZ'><form id='MSJNZ'><ins id='MSJNZ'></ins><ul id='MSJNZ'></ul><sub id='MSJNZ'></sub></form><legend id='MSJNZ'></legend><bdo id='MSJNZ'><pre id='MSJNZ'><center id='MSJNZ'></center></pre></bdo></b><th id='MSJNZ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='MSJNZ'><tfoot id='MSJNZ'></tfoot><dl id='MSJNZ'><fieldset id='MSJNZ'></fieldset></dl></div>
            <tbody id='MSJNZ'></tbody>

          <small id='MSJNZ'></small><noframes id='MSJNZ'>

          • <bdo id='MSJNZ'></bdo><ul id='MSJNZ'></ul>
            <legend id='MSJNZ'><style id='MSJNZ'><dir id='MSJNZ'><q id='MSJNZ'></q></dir></style></legend>

                本文介紹了帶有芯片的 Android AutoCompleteTextView的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                我不確定我是否為這個(gè) UI 功能使用了正確的詞,但我附上了我希望在我的應(yīng)用中實(shí)現(xiàn)的目標(biāo)的快照.

                I am not sure I am using the right words for this UI feature, but I have attached a snapshot of what I am looking to achieve in my app.

                Go SMS 使用它,用戶在編輯文本中鍵入聯(lián)系人,在用戶從完成下拉列表中選擇聯(lián)系人后,聯(lián)系人將插入到編輯文本中,如附圖所示.編輯文本是仍然開放以接受進(jìn)一步的輸入.

                Its used by Go SMS, where a user types contacts in an edit text, after the user selects a contact from the completion drop down, the contact is inserted in the edit text as show in the attached image.The edit text is still open to accept further input.

                對(duì)于我的應(yīng)用程序,我想在用戶輸入逗號(hào)后立即進(jìn)行分組和插入,就像 StackOverflow 的標(biāo)簽輸入一樣(但我相信我可以單獨(dú)處理.)我的問題是什么樣的查看是這個(gè)還是我如何修改 EditText 以使其具有這樣的行為?

                For my app, I would like to do the grouping and insertion as soon as the user enters a comma, Just like the Tag input for StackOverflow works (But I believe I can handle that alone.) My problem is what kind of View is this or how do I modify an EditText to behave like this?

                謝謝.

                推薦答案

                Google 的官方 Chips 庫(kù)(用于 Gmail、電子郵件、日歷、消息)位于 https://android.googlesource.com/platform/frameworks/opt/chips/

                The official Chips library from Google (as used in Gmail, Email, Calendar, Messaging) is located at https://android.googlesource.com/platform/frameworks/opt/chips/

                如何使用它的簡(jiǎn)單示例可以在 https://code.google.com/p/platform-features-talk-io-2013/source/browse/src/com/example/iotalk/ChipsActivity.java

                A simple example of how to use it can be found at https://code.google.com/p/platform-features-talk-io-2013/source/browse/src/com/example/iotalk/ChipsActivity.java

                這篇關(guān)于帶有芯片的 Android AutoCompleteTextView的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                相關(guān)文檔推薦

                How can I detect integer overflow on 32 bits int?(如何檢測(cè) 32 位 int 上的整數(shù)溢出?)
                Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關(guān)系嗎?)
                How to convert Integer to int?(如何將整數(shù)轉(zhuǎn)換為整數(shù)?)
                How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內(nèi)創(chuàng)建一個(gè)隨機(jī)打亂數(shù)字的 int 數(shù)組)
                Inconsistent behavior on java#39;s ==(java的行為不一致==)
                Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠?qū)?0xff000000 存儲(chǔ)為 int?)
                    <bdo id='KwTIO'></bdo><ul id='KwTIO'></ul>
                  • <legend id='KwTIO'><style id='KwTIO'><dir id='KwTIO'><q id='KwTIO'></q></dir></style></legend>

                    <small id='KwTIO'></small><noframes id='KwTIO'>

                        <tbody id='KwTIO'></tbody>
                      <i id='KwTIO'><tr id='KwTIO'><dt id='KwTIO'><q id='KwTIO'><span id='KwTIO'><b id='KwTIO'><form id='KwTIO'><ins id='KwTIO'></ins><ul id='KwTIO'></ul><sub id='KwTIO'></sub></form><legend id='KwTIO'></legend><bdo id='KwTIO'><pre id='KwTIO'><center id='KwTIO'></center></pre></bdo></b><th id='KwTIO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KwTIO'><tfoot id='KwTIO'></tfoot><dl id='KwTIO'><fieldset id='KwTIO'></fieldset></dl></div>
                      <tfoot id='KwTIO'></tfoot>

                          主站蜘蛛池模板: 亚洲导航深夜福利涩涩屋 | 亚洲久久在线 | 亚洲国产成人精品女人久久久 | 91九色婷婷 | 久久国产精品视频 | 中文字幕综合 | 成人午夜电影在线观看 | 在线观看av不卡 | 国产黄色小视频 | 日本成人片在线观看 | 亚洲综合无码一区二区 | 在线久草| 99这里只有精品视频 | 国产伦精品一区二区三区精品视频 | 婷婷色成人| 91精品一区 | 伊人在线视频 | 成人深夜小视频 | 狠狠干网站 | 香蕉视频在线播放 | 日韩精品视频一区二区三区 | 久久国产精99精产国高潮 | 日韩欧美精品在线播放 | 毛片免费在线观看 | 久久精品综合网 | 91在线最新 | 97免费视频在线观看 | 在线观看黄色电影 | 国产精品久久久久久238 | 中文字幕在线观看国产 | 国产精品波多野结衣 | 色综合一区二区 | 亚洲精品一二三区 | 中国黄色在线视频 | www成年人视频 | 亚洲少妇综合网 | av天天看 | 免费1区2区3区 | 九九热免费观看 | 91久久久精品国产一区二区蜜臀 | 亚洲乱码一区二区三区在线观看 |