WEB开发网
开发学院手机开发Android 开发 Android WebView的使用 阅读

Android WebView的使用

 2010-07-19 23:13:00 来源:WEB开发网   
核心提示:android:layout_height="wrap_content"android:selectAllandroid:scrollHorizontally="true"/>< /LinearLayout>< ?xml version="1.0

android:layout_height="wrap_content"

android:selectAll

android:scrollHorizontally="true"/>

< /LinearLayout>

< ?xml version="1.0" encoding="utf-8"?>

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

android:gravity="center_horizontal"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

>

< TextView

android:id="@+id/TextView_PROM"

android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

< EditText

android:id="@+id/EditText_PROM"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:selectAll

android:scrollHorizontally="true"/>

< /LinearLayout>

Java代码

< ?xml version="1.0" encoding="utf-8"?>

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

package="com.Aina.Android" android:versionCode="1" android:versionName="1.0">

< application android:icon="@drawable/icon" android:label="@string/app_name">

< activity android:name=".Test" android:label="@string/app_name">

< intent-filter>

< action android:name="android.intent.action.MAIN" />

< category android:name="android.intent.category.LAUNCHER" />

< /intent-filter>

< /activity>

< /application>

< uses-permission android:name="android.permission.INTERNET" />

< /manifest>

< ?xml version="1.0" encoding="utf-8"?>

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

package="com.Aina.Android" android:versionCode="1"

上一页  4 5 6 7 8 9 10  下一页

Tags:Android WebView 使用

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