From 331c225fba9a035b65ee98ec9a00c7537a15d1fa Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 31 Oct 2013 14:19:04 +0000 Subject: [PATCH] 2013-10-31 Miguel de Dios * res/layout/main.xml, res/layout/options.xml, res/values-ja/strings.xml, res/values/strings.xml, res/values/styles.xml, res/menu/options_menu_list_events.xml, res/menu/options_menu.xml, res/values-es/strings.xml: changed the style app. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- extras/pandroid_event_viewer/ChangeLog | 16 +- .../pandroid_event_viewer/res/layout/main.xml | 305 ++++++++++-------- .../res/layout/options.xml | 280 ++++++++-------- .../res/menu/options_menu.xml | 2 +- .../res/menu/options_menu_list_events.xml | 2 +- .../res/values-es/strings.xml | 2 +- .../res/values-ja/strings.xml | 2 +- .../res/values/strings.xml | 2 +- .../res/values/styles.xml | 21 +- 9 files changed, 326 insertions(+), 306 deletions(-) diff --git a/extras/pandroid_event_viewer/ChangeLog b/extras/pandroid_event_viewer/ChangeLog index f71cf6ed67..36c8961f88 100644 --- a/extras/pandroid_event_viewer/ChangeLog +++ b/extras/pandroid_event_viewer/ChangeLog @@ -1,4 +1,12 @@ -2012-10-31 Miguel de Dios +2013-10-31 Miguel de Dios + + * res/layout/main.xml, res/layout/options.xml, + res/values-ja/strings.xml, res/values/strings.xml, + res/values/styles.xml, res/menu/options_menu_list_events.xml, + res/menu/options_menu.xml, res/values-es/strings.xml: changed the + style app. + +2013-10-31 Miguel de Dios * res/layout/options.xml, res/drawable/edittext_pandora_default_shape.xml, @@ -6,18 +14,18 @@ res/drawable/edittext_pandora_select_shape.xml, res/values/styles.xml: changed the style of options layout. -2012-10-30 Miguel de Dios +2013-10-30 Miguel de Dios * res/layout/options.xml, res/values-ja/strings.xml, res/values/strings.xml, res/values-es/strings.xml: changed the style of app, wip. -2012-10-30 Miguel de Dios +2013-10-30 Miguel de Dios * res/values/styles.xml, res/layout/options.xml: I have started to set the new style of app (Thanks Carla). -2012-10-30 Miguel de Dios +2013-10-30 Miguel de Dios * src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java: fixed when the data return to call for get events is bad format, diff --git a/extras/pandroid_event_viewer/res/layout/main.xml b/extras/pandroid_event_viewer/res/layout/main.xml index b3b66347e7..aa6b597412 100644 --- a/extras/pandroid_event_viewer/res/layout/main.xml +++ b/extras/pandroid_event_viewer/res/layout/main.xml @@ -15,50 +15,62 @@ // GNU General Public License for more details. --> - + android:orientation="vertical" > - + + android:layout_weight="1" + android:text="@string/profile_label_str" /> - + android:layout_height="wrap_content" + android:layout_weight="0" /> + + + + + + - - + android:layout_height="wrap_content" + android:orientation="horizontal" > - + - + - + - + - - + - + - + + + + + + android:orientation="vertical" + android:padding="5dp" + android:visibility="gone" > - - + - + - + - + + + + + + + + + + + + + + + + + + + + - - - - + android:layout_height="2dp" + android:layout_marginBottom="10dp" + android:layout_marginTop="10dp" + android:background="#ffffff" /> + android:layout_height="wrap_content" + android:stretchColumns="0,1" > - + - + android:text="@string/set_as_filter_watcher_button_str" /> - + android:layout_height="wrap_content" + android:text="@string/search_button_str" /> - + - + android:text="@string/save_profile_button_str" /> - + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="@string/profile_delete" /> - - - - - - - -