
Android基础
银狐被占用
这个作者很懒,什么都没留下…
展开
-
手工安装android-sdk-windows
手工方法1) 按下面提供的网址下载,当然你也通过其他非官方网站(通过百度或google搜索到)下载。这些文件都是我根据SDK下载器的更新文件http://dl-ssl.google.com/android/repository/repository.xml分析得到,应该是最新的,你可有通过迅雷和快车下载这些文件。http://dl-ssl.googl转载 2014-11-17 10:19:50 · 2359 阅读 · 0 评论 -
Android基础:十八般武器之TabHost
main.xml<TabHost xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent"><Linea原创 2014-11-17 11:31:13 · 652 阅读 · 0 评论 -
Android基础:十八般武器之Button
main.xml<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" >原创 2014-11-18 09:12:52 · 652 阅读 · 0 评论 -
Android基础:十八般武器之TextView
main.xml<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" >原创 2014-11-18 10:10:11 · 658 阅读 · 0 评论 -
Android系统自带样式(android:theme)
android:theme="@android:style/Theme.Dialog" : Activity显示为对话框模式android:theme="@android:style/Theme.NoTitleBar" : 不显示应用程序标题栏android:theme="@android:style/Theme.NoTitleBar.Fullscreen" : 不显示应用程序标题转载 2014-10-31 15:59:43 · 551 阅读 · 0 评论