`

style.xml

 
阅读更多
 
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<!-- 登录界面编辑框的样式 -->
	<style name="login_edit_style">
		<item name="android:layout_width">fill_parent</item>
		<item name="android:layout_height">wrap_content</item>
		<item name="android:background">@drawable/username_bg</item>
		<item name="android:textSize">20sp</item>
		<item name="android:paddingLeft">70dp</item>
		<item name="android:saveEnabled">true</item>
		<item name="android:layout_marginLeft">5dp</item>
		<item name="android:layout_marginTop">5dp</item>
		<item name="android:layout_marginRight">5dp</item>
		<item name="android:layout_marginBottom">5dp</item>
		<item name="android:maxLength">15</item>
	</style>
	
	<style name="mail_edit_style">
		<item name="android:layout_width">fill_parent</item>
		<item name="android:layout_height">40dp</item>
		<item name="android:background">@drawable/username_bg</item>
		<item name="android:textSize">16sp</item>
		<item name="android:paddingLeft">70dp</item>
		<item name="android:saveEnabled">true</item>
	</style>
	
	<style name="mail_text_style">
		<item name="android:layout_width">fill_parent</item>
		<item name="android:layout_height">40dp</item>
		<item name="android:background">@drawable/username_bg</item>
		<item name="android:textSize">16sp</item>
		<item name="android:paddingLeft">50dp</item>
		<item name="android:saveEnabled">true</item>
	</style>
	
	<style name="CustomWindowTitleBackground">
		<item name="android:background">#464646</item>
	</style>


	<style name="title_style" parent="android:Theme">
		<item name="android:windowTitleSize">25dp</item>
		<item name="android:windowTitleBackgroundStyle">@style/CustomWindowTitleBackground</item>
	</style>
	<style name="ww">
		<item name="android:layout_width">wrap_content</item>
		<item name="android:layout_height">wrap_content</item>
	</style>
	<!-- 自定义的TextView样式 -->
	<style name="myTextView">
		<item name="android:layout_width">wrap_content</item>
		<item name="android:layout_height">wrap_content</item>
		<item name="android:textSize">16sp</item>
		<item name="android:textColor">@drawable/black</item>
		<item name="android:layout_marginLeft">5dp</item>
		<item name="android:layout_marginTop">5dp</item>
		<item name="android:layout_marginRight">5dp</item>
		<item name="android:layout_marginBottom">5dp</item>
	</style>
	<!-- 测试样式 -->
	<style name="test">
		<item name="android:textSize">20sp</item>
		<item name="android:textColor">#FFFFffff</item>
		<item name="android:gravity">center</item>
		<item name="android:layout_marginTop">15dip</item>
		<item name="android:layout_centerHorizontal">true</item>



		<item name="android:windowNoTitle">true</item>
		<!--
			<item name="android:background">@drawable/selector</item> <item
			name="windowFrame">@drawable/screen_frame</item> <item
			name="windowBackground">@drawable/screen_background_white</item>
			<item name="panelForegroundColor">#FF000000</item> <item
			name="panelBackgroundColor">#FFFFFFFF</item> <item
			name="panelTextColor">?panelForegroundColor</item> <item
			name="panelTextSize">14</item> <item
			name="menuItemTextColor">?panelTextColor</item> <item
			name="menuItemTextSize">?panelTextSize</item>
		-->

	</style>
</resources>

		

  style="@style/login_edit_style"

分享到:
评论

相关推荐

    eclipse Formatter codeStyle.xml

    eclipse配置代码格式的codestyle.xml文件,在Eclipse或MyEclipse中点击Window -&gt; Preferences菜单,点击左侧的“Java”-&gt;“Code Style”-&gt;Formatter中import即可

    intellij-java-google-style.xml

    intellij-java-google-style.xml 提供给intellij-idea的代码格式化模板,代码更加整洁,提升团队合作效率

    GoogleStyle.xml

    GoogleStyle.xml 可实用 IntelliJ Idea 直接导入此代码风格。本人未改动。

    eclipse-codestyle.xml

    Eclipse Code Formatter xml

    ali-code-style.xml

    阿里编码规范 idea 插件eclipse code formatter 配置文件

    eclipse-java-google-style.xml

    《Eclipse Java Google Style.xml:遵循编码规范的艺术》 在软件开发领域,代码规范如同一座桥梁,连接着团队之间的沟通,确保代码的一致性和可读性。本文将深入探讨"eclipse-java-google-style.xml"这一文件,它是...

    google_checks.xml google-java编码风格 eclipse eclipse-java-google-style.xml

    google_checks.xml 谷歌编码风格 eclipse eclipse-java-google-style.xml

    codeStyle.xml

    Idea的eclipse code formatter的配置文件,主要用于Idea的java代码格式化。

    java-code-style.xml

    java-code-style.xml

    codestyle.xml

    IDEA的Java格式化代码配置模板,设置之后只需要使用快捷键ctrl+alt+L即可一键格式化代码,非常的方便和快捷。

    default-code-style.xml

    前言:出来实习的时候,接触到新的格式化代码的风格。由于android studio自带的格式化同公司的不同,便导致每次提交代码的时候,有很多...所以为了统一,便使用公司提供的formatter.xml。如果有问题请联系我VX286471875

    eclipse-Java-google-style.xml

    eclipse谷歌代码风格xml文件,因为其它的地方的csdn下载分数太高了,而这里又不能免费下载,所以只能帮忙设定最低1分了。找到一个免费的资源地址,里面包括了eclipse跟intellij...https://github.com/google/styleguide

    java-code-style.xml下载

    `java-code-style.xml` 文件就是这样的一个工具,它定义了Java代码的格式化规则,旨在帮助开发者遵循统一的编码标准。 在开发环境中,如IntelliJ IDEA、Eclipse或Android Studio等集成开发环境(IDEs)中,我们可以...

    code-style.xml

    code-style.xml

    IDEA Code Style Xml.zip

    IDEA Code Style Xml.zip是一个压缩包,其中包含了用于配置IntelliJ IDEA代码样式的XML文件。IntelliJ IDEA是一款流行的Java集成开发环境(IDE),它提供了丰富的功能来帮助开发者高效编码。代码风格是编程实践中...

    Alibaba_CheckStyle.xml

    IDEA代码格式化插件

    oa_code_style.xml

    java格式美化包,用来美化格式哒~Windows-preferences-在搜索框输入formatter-然后input文件oa_code_style.xml即可以使用(用快捷键Ctrl+shift+F来整理代码格式)

    eclipse的formatter.xml codetemplates.xml

    在Eclipse中,你可以在`Window` -&gt; `Preferences` -&gt; `Java` -&gt; `Code Style` -&gt; `Formatter`中找到`formatter.xml`的配置选项,而在`Code Style` -&gt; `Code Templates`中可以编辑`codetemplates.xml`。每次修改后,...

Global site tag (gtag.js) - Google Analytics