From 8e437c6789554b7e9bce631ad684faf03871ad77 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 31 Oct 2013 12:56:38 +0000 Subject: [PATCH] 2012-10-31 Miguel de Dios * res/layout/options.xml, res/drawable/edittext_pandora_default_shape.xml, res/drawable/edittext_pandora_colors_states.xml, res/drawable/edittext_pandora_select_shape.xml, res/values/styles.xml: changed the style of options layout. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8988 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- extras/pandroid_event_viewer/ChangeLog | 8 ++ .../edittext_pandora_colors_states.xml | 14 ++ .../edittext_pandora_default_shape.xml | 10 ++ .../edittext_pandora_select_shape.xml | 12 ++ .../res/layout/options.xml | 134 +++++++++++------- .../res/values/styles.xml | 10 ++ 6 files changed, 137 insertions(+), 51 deletions(-) create mode 100644 extras/pandroid_event_viewer/res/drawable/edittext_pandora_colors_states.xml create mode 100644 extras/pandroid_event_viewer/res/drawable/edittext_pandora_default_shape.xml create mode 100644 extras/pandroid_event_viewer/res/drawable/edittext_pandora_select_shape.xml diff --git a/extras/pandroid_event_viewer/ChangeLog b/extras/pandroid_event_viewer/ChangeLog index d4091379b8..f71cf6ed67 100644 --- a/extras/pandroid_event_viewer/ChangeLog +++ b/extras/pandroid_event_viewer/ChangeLog @@ -1,3 +1,11 @@ +2012-10-31 Miguel de Dios + + * res/layout/options.xml, + res/drawable/edittext_pandora_default_shape.xml, + res/drawable/edittext_pandora_colors_states.xml, + res/drawable/edittext_pandora_select_shape.xml, + res/values/styles.xml: changed the style of options layout. + 2012-10-30 Miguel de Dios * res/layout/options.xml, res/values-ja/strings.xml, diff --git a/extras/pandroid_event_viewer/res/drawable/edittext_pandora_colors_states.xml b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_colors_states.xml new file mode 100644 index 0000000000..a3dfa4d935 --- /dev/null +++ b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_colors_states.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/extras/pandroid_event_viewer/res/drawable/edittext_pandora_default_shape.xml b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_default_shape.xml new file mode 100644 index 0000000000..de8bae1bbe --- /dev/null +++ b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_default_shape.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/extras/pandroid_event_viewer/res/drawable/edittext_pandora_select_shape.xml b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_select_shape.xml new file mode 100644 index 0000000000..6c9d7720e2 --- /dev/null +++ b/extras/pandroid_event_viewer/res/drawable/edittext_pandora_select_shape.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/extras/pandroid_event_viewer/res/layout/options.xml b/extras/pandroid_event_viewer/res/layout/options.xml index 56dc6dea8f..9a96db9c4c 100644 --- a/extras/pandroid_event_viewer/res/layout/options.xml +++ b/extras/pandroid_event_viewer/res/layout/options.xml @@ -58,7 +58,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="textWebEditText" - android:singleLine="true" /> + android:singleLine="true" + style="@style/options_edittext"/> + android:singleLine="true" + style="@style/options_edittext" /> + android:singleLine="true" + style="@style/options_edittext" /> + android:singleLine="true" + style="@style/options_edittext" + /> + android:gravity="right" + style="@style/options_edittext" /> + + + + + - - - - - - @@ -194,7 +205,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="20dp" - android:orientation="vertical" > + android:orientation="vertical"> + - - - - - - + + + + style="@style/options_label" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1"/> - - - - + android:layout_gravity="center" + android:layout_weight="0" /> + + + style="@style/options_label" + android:layout_weight="1" /> - - - - + android:layout_weight="0" /> + + + style="@style/options_label" + android:layout_weight="1" />