2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/main.xml, res/drawable/combobox_pressed.9.png: changes in the themes. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9022 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5a687ae0db
commit
37d000f760
|
@ -1,3 +1,8 @@
|
|||
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* res/layout/main.xml, res/drawable/combobox_pressed.9.png: changes
|
||||
in the themes.
|
||||
|
||||
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* res/layout/main.xml, res/layout/list_view_layout.xml,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 583 B |
|
@ -92,7 +92,8 @@
|
|||
android:id="@+id/profile_combo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/button_delete_profile"
|
||||
|
@ -148,7 +149,8 @@
|
|||
<Spinner
|
||||
android:id="@+id/group_combo"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
|
||||
<TextView
|
||||
style="@style/label_pandora"
|
||||
|
@ -162,7 +164,8 @@
|
|||
<Spinner
|
||||
android:id="@+id/status_combo"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
|
||||
<TextView
|
||||
style="@style/label_pandora"
|
||||
|
@ -184,7 +187,8 @@
|
|||
<Spinner
|
||||
android:id="@+id/tag"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -256,7 +260,8 @@
|
|||
<Spinner
|
||||
android:id="@+id/severity_combo"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
|
||||
<TextView
|
||||
style="@style/label_pandora"
|
||||
|
@ -270,7 +275,8 @@
|
|||
<Spinner
|
||||
android:id="@+id/max_time_old_event_combo"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/btn_dropdown" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
Loading…
Reference in New Issue