WEB开发网
开发学院手机开发Android 开发 Android_CallPhone打电话小程序 阅读

Android_CallPhone打电话小程序

 2012-07-08 10:22:58 来源:WEB开发网   
核心提示: 首先使用垂直布局搭建界面<?xml version="1.0"encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

 首先使用垂直布局搭建界面

<?xml version="1.0"encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:orientation="vertical" >
  <LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >
    <TextView
      android:id="@+id/textView1"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:text="@string/callPhoneMessege" />
    <EditText
      android:id="@+id/editCallPhone"
      android:layout_width="wrap_content"

1 2 3  下一页

Tags:Android CallPhone 打电话

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接