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

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

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

        android:如何更改编辑文本的样式?

        android : how to change the style of edit text?(android:如何更改编辑文本的样式?)
          <bdo id='GHSRO'></bdo><ul id='GHSRO'></ul>
          <tfoot id='GHSRO'></tfoot><legend id='GHSRO'><style id='GHSRO'><dir id='GHSRO'><q id='GHSRO'></q></dir></style></legend>

              1. <i id='GHSRO'><tr id='GHSRO'><dt id='GHSRO'><q id='GHSRO'><span id='GHSRO'><b id='GHSRO'><form id='GHSRO'><ins id='GHSRO'></ins><ul id='GHSRO'></ul><sub id='GHSRO'></sub></form><legend id='GHSRO'></legend><bdo id='GHSRO'><pre id='GHSRO'><center id='GHSRO'></center></pre></bdo></b><th id='GHSRO'></th></span></q></dt></tr></i><div id='GHSRO'><tfoot id='GHSRO'></tfoot><dl id='GHSRO'><fieldset id='GHSRO'></fieldset></dl></div>

                  <tbody id='GHSRO'></tbody>
                1. <small id='GHSRO'></small><noframes id='GHSRO'>

                  本文介绍了android:如何更改编辑文本的样式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试更改 EditText 的样式?有可能实现吗?如果是这样,我会很高兴被告知,否则还有其他可用的方法.

                  I'm trying to change the style of the EditText? Is it possible to achieve that? If so I'll appreciate being told about it, otherwise what alternative ways are available.

                  推荐答案

                  您可以使用为任何小部件定义的属性 style="@style/your_style".

                  You can use the attribute style="@style/your_style" that is defined for any widget.

                  要定义您的样式,您必须在 values 文件夹中创建一个名为 style.xml 的文件(即 esvaluesstyles.xml)并使用以下内容语法:

                  To define your style you have to create a file called style.xml in the values folder (i.e. esvaluesstyles.xml) and use the following syntax:

                  <style name="You.EditText.Style" parent="@android:style/Widget.EditText">
                      <item name="android:textColor">@color/your_color</item>
                      <item name="android:gravity">center</item>
                  </style>
                  

                  属性 parent="@android:style/Widget.EditText" 很重要,因为它将确保定义的样式扩展了基本的 Android EditText 样式,因此只需要定义与默认样式不同的属性.

                  The attribute parent="@android:style/Widget.EditText" is important because it will ensure that the style being defined extends the basic Android EditText style, thus only properties different from the default style need to be defined.

                  这篇关于android:如何更改编辑文本的样式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)
                    <i id='XGw4x'><tr id='XGw4x'><dt id='XGw4x'><q id='XGw4x'><span id='XGw4x'><b id='XGw4x'><form id='XGw4x'><ins id='XGw4x'></ins><ul id='XGw4x'></ul><sub id='XGw4x'></sub></form><legend id='XGw4x'></legend><bdo id='XGw4x'><pre id='XGw4x'><center id='XGw4x'></center></pre></bdo></b><th id='XGw4x'></th></span></q></dt></tr></i><div id='XGw4x'><tfoot id='XGw4x'></tfoot><dl id='XGw4x'><fieldset id='XGw4x'></fieldset></dl></div>
                    <tfoot id='XGw4x'></tfoot>
                      <tbody id='XGw4x'></tbody>

                      • <small id='XGw4x'></small><noframes id='XGw4x'>

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

                          • <bdo id='XGw4x'></bdo><ul id='XGw4x'></ul>