你的位置:首页 > 软件开发 > 操作系统 > Splash界面布局与代码实现(一)

Splash界面布局与代码实现(一)

发布时间:2016-01-18 00:00:13
1 <??> 2 <RelativeLayout ="http://schemas.android.com/apk/res/android" 3 ="http://schemas.android.com/tools" ...

 1 <??> 2 <RelativeLayout ="http://schemas.android.com/apk/res/android" 3   ="http://schemas.android.com/tools" 4   android:layout_width="match_parent" 5   android:layout_height="match_parent" 6   android:background="@drawable/bg_start" 7   tools:context=".MainActivity" > 8  9   <TextView10     android:id="@+id/version"11     android:layout_width="wrap_content"12     android:layout_height="wrap_content"13     android:layout_alignParentBottom="true"14     android:layout_centerHorizontal="true"15     android:layout_marginBottom="20dp"16     android:textColor="#ffffff" />17 18 </RelativeLayout>

原标题:Splash界面布局与代码实现(一)

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录