首先编写res/layout/Activity_main.xml代码如下: 然后编写Activity类相应的代码代码如下:package com.example.myandroid;import android.os.Bundle;import android.app.Activity;... Read More
posted @ 2014-09-20 12:14 再见,少年 Views(1068) Comments(0) Diggs(0)
首先建立res/layout/tab.xml文件编写代码如下: ... Read More
posted @ 2014-09-20 11:13 再见,少年 Views(162) Comments(0) Diggs(0)
首先建立文件res/layout/tab.xml代码如下: 然后对于Activity类进行改写代码如下:package com.example.myandroid;import... Read More
posted @ 2014-09-20 10:35 再见,少年 Views(168) Comments(0) Diggs(0)