05
2014
04

Android开发学习:App启动时-带自动加载效果

Android开发学习

App启动有很多效果,初体验自动加载效果

新建xml布局文件:activity_main.xml,代码内容:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/index"
    android:gravity="bottom|center"
    android:orientation="vertical" >

«1»