Android 开发实例 个人理财工具 启动界面实现
2010-04-12 15:51:00 来源:WEB开发网lv.setAdapter(mAdapter);
//getBillsTotal
total=(TextView)findViewById(R.id.totalitem);
total.setText(billdb.getBillsTotal("2008-11"));
}
grid_item.xml
< ?xml version="1.0" encoding="utf-8"? >
< ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="fill_parent" android:layout_width="fill_parent" >
< LinearLayout
android:id="@+id/LinearLayout01"
xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_height="fill_parent" android:layout_width="fill_parent" >
< LinearLayout android:id="@+id/layouthead"
android:background="#ffCded8b" android:layout_height="fill_parent" android:layout_width="fill_parent" android:focusable="true" android:clickable="true" android:focusableInTouchMode="true" android:keepScreenOn="true" >
< TextView android:id="@+id/item1" android:layout_height="fill_parent"
android:layout_width="wrap_content" android:width="20dip"
/ >
< TextView android:id="@+id/item2"
android:layout_height="fill_parent"
android:text="账目"
android:textStyle="bold" android:width="60dip" android:layout_width="wrap_content"/ >
/ >
< TextView android:id="@+id/item3"
android:text="费用(元)"
android:textSize="14dip" android:textStyle="bold" android:width="60dip" android:layout_width="wrap_content"
android:layout_height="fill_parent"/ >
< TextView android:id="@+id/item4"
android:layout_height="fill_parent"
android:text="日期"
android:textSize="14dip" android:textStyle="bold" android:width="80dip"
更多精彩
赞助商链接