2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/About.java, res/layout/list_view_layout.xml, res/layout/main.xml, res/layout/info.xml, res/drawable/btn_dropdown_pressed.9.png, res/drawable/combobox_pressed.9.png, res/drawable/btn_dropdown.xml, res/drawable-ldpi/save.png, res/drawable-ldpi/delete.png: changes in the themes. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9016 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b2652d8750
commit
9615985a9a
|
@ -1,3 +1,12 @@
|
|||
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/About.java,
|
||||
res/layout/list_view_layout.xml, res/layout/main.xml,
|
||||
res/layout/info.xml, res/drawable/btn_dropdown_pressed.9.png,
|
||||
res/drawable/combobox_pressed.9.png, res/drawable/btn_dropdown.xml,
|
||||
res/drawable-ldpi/save.png, res/drawable-ldpi/delete.png: changes
|
||||
in the themes.
|
||||
|
||||
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/About.java,
|
||||
|
@ -5,7 +14,7 @@
|
|||
res/drawable/btn_dropdown.xml,
|
||||
res/drawable/btn_dropdown_normal.9.png,
|
||||
res/drawable/round_dialog.xml, res/drawable/combobox_normal.9.png,
|
||||
AndroidManifest.xml: changes in th themes.
|
||||
AndroidManifest.xml: changes in the themes.
|
||||
|
||||
2013-11-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -2,9 +2,9 @@
|
|||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_window_focused="false" android:state_enabled="true"
|
||||
android:drawable="@drawable/combobox_normal" />
|
||||
<item android:state_pressed="true" android:drawable="@drawable/btn_dropdown_pressed" />
|
||||
<item android:state_pressed="true" android:drawable="@drawable/combobox_pressed" />
|
||||
<item android:state_focused="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_dropdown_pressed" />
|
||||
android:drawable="@drawable/combobox_pressed" />
|
||||
<item android:state_enabled="true" android:drawable="@drawable/combobox_normal" />
|
||||
<item android:drawable="@drawable/combobox_normal" />
|
||||
</selector>
|
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 405 B |
|
@ -66,7 +66,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginBottom="10dp" />
|
||||
android:layout_marginBottom="10dp"
|
||||
android:textColorLink="#a3a3a3" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
|
@ -85,7 +86,8 @@
|
|||
android:layout_marginLeft="4dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/dont_show_again" />
|
||||
android:text="@string/dont_show_again"
|
||||
android:textColor="#a3a3a3" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<!-- BEGIN THE HEADER -->
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -32,6 +33,11 @@
|
|||
android:layout_weight="0"
|
||||
android:padding="0dp"
|
||||
android:src="@drawable/refrest_icon" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="2px"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#6D9624" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -43,6 +49,11 @@
|
|||
android:textColor="#ffffff"
|
||||
android:textSize="20dp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="2px"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="#6D9624" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/filter_icon_button_list"
|
||||
|
@ -52,6 +63,11 @@
|
|||
android:padding="0dp"
|
||||
android:src="@drawable/filter_icon" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2px"
|
||||
android:background="#6D9624" />
|
||||
<!-- END THE HEADER -->
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/loading_layout"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<!-- BEGIN THE HEADER -->
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -32,7 +33,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:padding="0dp"
|
||||
android:src="@drawable/icon_refresh" />
|
||||
android:src="@drawable/refrest_icon" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="2px"
|
||||
|
@ -61,12 +62,13 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:padding="0dp"
|
||||
android:src="@drawable/icon_filter" />
|
||||
android:src="@drawable/filter_icon" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="2px"
|
||||
android:background="#6D9624" />
|
||||
<!-- END THE HEADER -->
|
||||
|
||||
<TextView
|
||||
style="@style/options_header"
|
||||
|
@ -98,7 +100,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:padding="0dp"
|
||||
android:src="@drawable/cross" />
|
||||
android:src="@drawable/delete"
|
||||
android:background="@null" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/button_save_profile"
|
||||
|
@ -106,7 +109,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:padding="0dp"
|
||||
android:src="@drawable/save" />
|
||||
android:src="@drawable/save"
|
||||
android:background="@null" />
|
||||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
|
|
|
@ -18,6 +18,7 @@ package pandroid_event_viewer.pandorafms;
|
|||
|
||||
import android.app.Activity;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.res.ColorStateList;
|
||||
import android.os.Bundle;
|
||||
import android.text.Html;
|
||||
import android.text.method.LinkMovementMethod;
|
||||
|
|
Loading…
Reference in New Issue