mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
2011-10-04 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java * res/layout/about.xml: upload the file again. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5038 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
36fb457579
commit
8baea5d2d7
@ -1,3 +1,9 @@
|
|||||||
|
2011-10-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java
|
||||||
|
|
||||||
|
* res/layout/about.xml: upload the file again.
|
||||||
|
|
||||||
2011-10-04 Miguel de Dios <miguel.dedios@artica.es>
|
2011-10-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java:
|
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java:
|
||||||
|
@ -21,25 +21,20 @@
|
|||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:padding="10dip"
|
android:padding="10dip"
|
||||||
>
|
>
|
||||||
<LinearLayout
|
<ImageView
|
||||||
android:layout_width="fill_parent"
|
android:layout_weight="0"
|
||||||
|
android:id="@+id/img_logo_about"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:padding="5px"
|
||||||
|
android:src="@drawable/pandorafms_logo"
|
||||||
|
/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
>
|
android:text="Copyright (c) 2011 Artica"
|
||||||
<ImageView
|
/>
|
||||||
android:layout_weight="0"
|
|
||||||
android:id="@+id/img_logo_about"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:padding="5px"
|
|
||||||
android:src="@drawable/pandorafms_logo"
|
|
||||||
/>
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="Copyright (c) 2011 Artica"
|
|
||||||
/>
|
|
||||||
</LinearLayout>
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -271,6 +271,7 @@ public class PandroidEventviewerActivity extends TabActivity implements Serializ
|
|||||||
|
|
||||||
this.loadInProgress = true;
|
this.loadInProgress = true;
|
||||||
this.getNewListEvents = true;
|
this.getNewListEvents = true;
|
||||||
|
this.eventList = new ArrayList<EventListItem>();
|
||||||
executeBackgroundGetEvents();
|
executeBackgroundGetEvents();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user