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

  1. <small id='iT1Ns'></small><noframes id='iT1Ns'>

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

      <legend id='iT1Ns'><style id='iT1Ns'><dir id='iT1Ns'><q id='iT1Ns'></q></dir></style></legend>
    1. <tfoot id='iT1Ns'></tfoot>

      將 Theme.Dialog 更改為 Android 中的 Theme.Light.Dialog

      Change Theme.Dialog to look like Theme.Light.Dialog in Android(將 Theme.Dialog 更改為 Android 中的 Theme.Light.Dialog)
      <i id='P3H2i'><tr id='P3H2i'><dt id='P3H2i'><q id='P3H2i'><span id='P3H2i'><b id='P3H2i'><form id='P3H2i'><ins id='P3H2i'></ins><ul id='P3H2i'></ul><sub id='P3H2i'></sub></form><legend id='P3H2i'></legend><bdo id='P3H2i'><pre id='P3H2i'><center id='P3H2i'></center></pre></bdo></b><th id='P3H2i'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='P3H2i'><tfoot id='P3H2i'></tfoot><dl id='P3H2i'><fieldset id='P3H2i'></fieldset></dl></div>

            <tfoot id='P3H2i'></tfoot>
              <tbody id='P3H2i'></tbody>
              <bdo id='P3H2i'></bdo><ul id='P3H2i'></ul>

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

                <legend id='P3H2i'><style id='P3H2i'><dir id='P3H2i'><q id='P3H2i'></q></dir></style></legend>

              • 本文介紹了將 Theme.Dialog 更改為 Android 中的 Theme.Light.Dialog的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                沒有 Theme.Light.Dialog 可用于我正在使用 Theme.Light 的項目的其余部分.

                There is no Theme.Light.Dialog to use with the rest of my project that is using Theme.Light.

                如何將 Theme.Dialog 更改為類似于 DialogTheme.Light 版本.

                How can I change Theme.Dialog to look like a Theme.Light version of Dialog.

                我知道我必須覆蓋 style.xml 中的 Theme.Dialog 部分,如下所示.我應(yīng)該用哪些值覆蓋哪些項目?

                I know that I must overwrite sections of Theme.Dialog in styles.xml as below. What items should I overwrite with which values?

                <style name="dialog_light" parent="@android:style/Theme.Dialog">
                    <item name="android:???????"></item>
                    <item name="android:???????"></item>
                </style>
                

                我可以將背景設(shè)為淺白色灰色,但按鈕、微調(diào)器等在淺色主題上也有所不同,以便在淺色背景上看起來更好.

                I could just make the background that light white grey, but the buttons, spinners etc are also different on the light theme to look better on the light background.

                編輯

                看起來我已經(jīng)成功了.

                <color name="black">#FF000000</color>
                <color name="whitegrey">#FFF2F2F2</color>
                
                <style name="dialog_light" parent="@android:style/Theme.Dialog">
                    <item name="@android:windowBackground">@color/whitegrey</item>
                    <item name="@android:textColor">@color/black</item>        
                </style>
                

                推薦答案

                看來我搞定了.

                <color name="black">#FF000000</color>
                <color name="whitegrey">#FFF2F2F2</color>
                
                <style name="dialog_light" parent="@android:style/Theme.Dialog">
                    <item name="@android:windowBackground">@color/whitegrey</item>
                    <item name="@android:textColor">@color/black</item>        
                </style>
                

                這篇關(guān)于將 Theme.Dialog 更改為 Android 中的 Theme.Light.Dialog的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                相關(guān)文檔推薦

                Get user#39;s current location using GPS(使用 GPS 獲取用戶的當(dāng)前位置)
                IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網(wǎng)絡(luò)提供商)
                Get current location during app launch(在應(yīng)用啟動期間獲取當(dāng)前位置)
                locationManager.getLastKnownLocation() return null(locationManager.getLastKnownLocation() 返回 null)

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

                          <tbody id='7e3Jg'></tbody>
                          <bdo id='7e3Jg'></bdo><ul id='7e3Jg'></ul>

                          <small id='7e3Jg'></small><noframes id='7e3Jg'>

                          <tfoot id='7e3Jg'></tfoot>
                          主站蜘蛛池模板: 亚洲国产一区在线 | 蜜桃视频一区二区三区 | 九九99靖品 | 日本成人免费网站 | 伊人焦久影院 | 国产 欧美 日韩 一区 | 九九视频网 | 成人福利在线 | 中文字幕不卡一区 | k8久久久一区二区三区 | 羞羞视频网站在线观看 | 久久国产亚洲精品 | 日韩免费看视频 | 国内精品久久久久久久 | 国产视频福利在线观看 | 精品久 | 亚洲伊人久久综合 | 日韩一级欧美一级 | 伊人精品 | 伊人网在线播放 | a成人| 久久免费精品 | 日韩在线小视频 | 午夜视频在线 | 亚洲综合大片69999 | 欧美日韩淫片 | 欧美日韩一区在线 | 色综合欧美 | 中文字幕在线免费观看 | 羞羞视频免费观看 | 在线观看免费av网 | 激情五月综合网 | 亚洲国产二区 | 99久久久久久 | 91看片网站| 久久精品视频免费观看 | 国产精品视频久久 | 国产大片一区 | 4hu最新网址 | 欧美一区二区三区在线免费观看 | 日韩 国产 在线 |