Ray Zhang 11 anos atrás
pai
commit
2016dbc1a2

+ 1 - 1
Apex/.classpath

@@ -3,7 +3,7 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
-	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry kind="src" path="gen"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>

+ 1 - 1
Apex/res/layout/activity_about.xml

@@ -24,7 +24,7 @@
         <WebView
             android:id="@+id/webView1"
             android:layout_width="match_parent"
-            android:layout_height="wrap_content" 
+            android:layout_height="match_parent" 
             android:visibility="gone"/>
 
         <TextView

+ 7 - 1
Apex/src/com/usai/apex/AnnouncementActivity.java

@@ -259,7 +259,13 @@ public class AnnouncementActivity extends ListActivity
 				// BaseAdapter mJson = null;
 				// mJson.notifyDataSetChanged();
 			}
-
+			else
+			{
+				TextView tv = (TextView) view_page_footer
+						.findViewById(R.id.text_page);
+				tv.setText("More...");
+				tv.setEnabled(true);
+			}
 			super.onPostExecute(success);
 		}