27.02.2014 Views

Android 开发教程

Android 开发教程

Android 开发教程

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

-----------------------------------<strong>Android</strong> 编 程 基 础<br />

android:textSize="18sp"<br />

android:password="true"<br />

android:layout_x="112px"<br />

android:layout_y="142px"<br />

><br />

<br />

<br />

2 在 values 文 件 夹 中 定 义 一 个 drawable.xml 文 件 用 来 存 放 颜 色 值<br />

<br />

<br />

#FFFFFF<br />

#938192<br />

#7cd12e<br />

<br />

3 修 改 main.xml 中 的 屏 幕 背 景 颜 色 和 TextView 的 字 体 颜 色<br />

<br />

android:id="@+id/widget0"<br />

android:layout_width="fill_parent"<br />

android:layout_height="fill_parent"<br />

android:background="@color/white"<br />

xmlns:android="http://schemas.android.com/apk/res/android"<br />

<br />

android:id="@+id/name"<br />

android:layout_width="wrap_content"<br />

android:layout_height="wrap_content"<br />

android:text=" 账 号 "<br />

android:textColor="@color/darkgray"<br />

android:layout_x="61px"<br />

android:layout_y="69px"<br />

<br />

<br />

android:id="@+id/password"<br />

android:layout_width="wrap_content"<br />

android:layout_height="wrap_content"<br />

android:text=" 密 码 "<br />

android:textColor="@color/darkgray"<br />

android:layout_x="61px"<br />

android:layout_y="158px"<br />

13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!