摘要:
public class HallListAdapter extends BaseAdapter { private LayoutInflater mInflater; DBController dbController=new DBController(); private TextView zero; private TextView title; private TextView cream; private Button ztime; private TextView zname; private View view; private TextView zpic; private Bu 阅读全文
posted @ 2012-09-20 18:00
言程序
阅读(891)
评论(0)
推荐(0)
摘要:
public class MainActivity extends FragmentActivity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); ***************FragmentTransaction对fragment进行添加,移除,替换,以及执行其他动作。*********************FragmentTransaction ft = getSuppor... 阅读全文
posted @ 2012-09-20 17:53
言程序
阅读(1937)
评论(0)
推荐(0)
摘要:
android:background="@drawable/setting_item""@drawable/setting_item"内容:<?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@color/orange" android: 阅读全文
posted @ 2012-09-20 17:45
言程序
阅读(218)
评论(0)
推荐(0)