2013-11-06 Miguel de Dios <miguel.dedios@artica.es>

* res/layout/item_list_event_extended.xml: changes in the themes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9019 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-06 16:27:08 +00:00
parent da20ca6ee5
commit 5b68461c5b
2 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/item_list_event_extended.xml: changes in the themes.
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/EventList.java,

View File

@ -35,7 +35,9 @@
android:layout_height="wrap_content"
android:paddingRight="5dip"
android:text="@string/severity_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/severity_text"
@ -51,7 +53,9 @@
<TextView
android:paddingRight="5dip"
android:text="@string/type_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/type_text"
@ -70,7 +74,9 @@
<TextView
android:paddingRight="5dip"
android:text="@string/agent_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/agent_text"
@ -83,7 +89,9 @@
<TextView
android:paddingRight="5dip"
android:text="@string/group_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/group_text"
@ -100,7 +108,9 @@
<TextView
android:paddingRight="5dip"
android:text="@string/comments_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/comments_text"
@ -115,7 +125,9 @@
<TextView
android:paddingRight="5dip"
android:text="@string/tags_label_str"
android:textColor="#000" />
android:textColor="#000"
android:textStyle="bold"
android:layout_marginRight="2dp" />
<TextView
android:id="@+id/tags_text"