WEB开发网
开发学院手机开发Android 开发 android程序启动画面-Splash 阅读

android程序启动画面-Splash

 2012-09-07 12:24:02 来源:WEB开发网   
核心提示:当然可以再Splash中加入动画效果,(我觉得先要布局好AndroidManifest.xml,android程序启动画面-Splash(2),因为那才是工程的索引文件,首先在那要有一个统筹!而不是先写java code,然后逐步往xml中增加 ,这说明对整个项目没有一个统筹的设计)方法二:androidmanifes

当然可以再Splash中加入动画效果。(我觉得先要布局好AndroidManifest.xml。因为那才是工程的索引文件。首先在那要有一个统筹!而不是先写java code。然后逐步往xml中增加 ,这说明对整个项目没有一个统筹的设计)

方法二:

androidmanifest.xml就不多说了。先看布局代码:

<?xml version=”1.0″ encoding=”utf-8″?>
<LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android”
android:orientation=”vertical”
android:layout_width=”fill_parent”
android:layout_height=”fill_parent”>   
     <LinearLayout android:id=”@+id/splashscreen” android:orientation=”vertical”
          android:layout_width=”fill_parent” android:layout_height=”fill_parent”>
          <ImageView android:layout_width=”wrap_content”
               android:layout_height=”wrap_content” android:src=”@drawable/splash”
               android:layout_gravity=”center”
               android:layout_marginTop=”130px”/>
          <TextView
               android:id=”@+id/info”
               android:layout_width=”fill_parent”
               android:layout_height=”wrap_content”
               android:gravity=”center”
               android:paddingTop=”10px”
               android:text=”This is a splash!!”/>
     </LinearLayout>     
<WebView android:id=”@+id/browser”
android:layout_width=”fill_parent”
android:layout_height=”fill_parent” android:layout_weight=”1″/>
</LinearLayout>

上一页  1 2 3 4  下一页

Tags:android 程序 启动

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