Added:
/books/res/drawable/bgdown.png
/books/res/drawable/bgon.png
/books/res/drawable/books_tushuguan.xml
/books/res/drawable/tushuguan1.png
/books/res/drawable/tushuguan2.png
Modified:
/books/res/drawable/biaoti1.png
/books/res/drawable/biaoti2.png
/books/res/drawable/books_biaoti.xml
/books/res/drawable/books_zuoze.xml
/books/res/drawable/mainbg.png
/books/res/drawable/tushu1.png
/books/res/drawable/tushu2.png
/books/res/drawable/zuoze1.png
/books/res/drawable/zuoze2.png
/books/res/layout/ui_main.xml
=======================================
--- /dev/null
+++ /books/res/drawable/bgdown.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /dev/null
+++ /books/res/drawable/bgon.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /dev/null
+++ /books/res/drawable/books_tushuguan.xml Fri Sep 9 04:18:50 2011
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true"
android:drawable="@drawable/tushuguan1"></item>
+ <item android:state_focused="true"
android:drawable="@drawable/tushuguan1"></item>
+ <item android:state_focused="false"
android:drawable="@drawable/tushuguan2"></item>
+</selector>
=======================================
--- /dev/null
+++ /books/res/drawable/tushuguan1.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /dev/null
+++ /books/res/drawable/tushuguan2.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/biaoti1.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/biaoti1.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/biaoti2.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/biaoti2.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/books_biaoti.xml Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/books_biaoti.xml Fri Sep 9 04:18:50 2011
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true"
android:drawable="@drawable/biaoti2"></item>
- <item android:state_focused="true"
android:drawable="@drawable/biaoti2"></item>
- <item android:state_focused="false"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_pressed="true"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_focused="true"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_focused="false"
android:drawable="@drawable/biaoti2"></item>
</selector>
=======================================
--- /books/res/drawable/books_zuoze.xml Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/books_zuoze.xml Fri Sep 9 04:18:50 2011
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true"
android:drawable="@drawable/biaoti2"></item>
- <item android:state_focused="true"
android:drawable="@drawable/biaoti2"></item>
- <item android:state_focused="false"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_pressed="true"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_focused="true"
android:drawable="@drawable/biaoti1"></item>
+ <item android:state_focused="false"
android:drawable="@drawable/biaoti2"></item>
</selector>
=======================================
--- /books/res/drawable/mainbg.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/mainbg.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/tushu1.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/tushu1.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/tushu2.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/tushu2.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/zuoze1.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/zuoze1.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/drawable/zuoze2.png Thu Sep 8 23:23:27 2011
+++ /books/res/drawable/zuoze2.png Fri Sep 9 04:18:50 2011
Binary file, no diff available.
=======================================
--- /books/res/layout/ui_main.xml Thu Sep 8 23:23:27 2011
+++ /books/res/layout/ui_main.xml Fri Sep 9 04:18:50 2011
@@ -4,11 +4,13 @@
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:background="@drawable/mainbg">
<LinearLayout android:orientation="vertical"
- android:layout_width="fill_parent" android:layout_height="wrap_content"
+ android:layout_width="fill_parent" android:layout_height="fill_parent"
android:background="@null">
+ <ImageView android:src="@drawable/bgon"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"></ImageView>
<LinearLayout android:layout_width="fill_parent"
android:layout_height="wrap_content" android:orientation="horizontal"
- android:layout_marginTop="73dip" android:layout_marginLeft="20dip">
+ android:background="@drawable/bgdown">
<ImageButton android:background="@null" android:id="@+id/imageButton1"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:src="@drawable/books_tushu"></ImageButton>
@@ -18,9 +20,12 @@
<ImageButton android:background="@null"
android:src="@drawable/books_biaoti"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageButton3"></ImageButton>
+ <ImageButton android:background="@null"
+ android:src="@drawable/books_tushuguan"
android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:id="@+id/imageButton4"></ImageButton>
</LinearLayout>
<ListView android:layout_height="wrap_content"
android:id="@+id/listView1"
- android:layout_width="fill_parent"></ListView>
+ android:layout_width="fill_parent"
android:background="#ffffffff"></ListView>
</LinearLayout>
<include layout="@layout/common_ad_bottom" />
</RelativeLayout>