2012-05-14 13:59:53 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-30 16:50:54 +01:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2012-05-14 13:59:53 +02:00
|
|
|
|
|
|
|
<style name="options_header">
|
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
2013-10-30 16:50:54 +01:00
|
|
|
<item name="android:background">#D8D8D8</item>
|
2013-11-06 12:52:16 +01:00
|
|
|
<item name="android:paddingTop">4dp</item>
|
|
|
|
<item name="android:paddingBottom">4dp</item>
|
2012-05-14 13:59:53 +02:00
|
|
|
<item name="android:paddingLeft">15dp</item>
|
|
|
|
<item name="android:layout_marginBottom">5dp</item>
|
2013-10-30 16:50:54 +01:00
|
|
|
<item name="android:textSize">12dp</item>
|
|
|
|
<item name="android:textColor">#272727</item>
|
|
|
|
<item name="android:gravity">center</item>
|
2012-05-14 13:59:53 +02:00
|
|
|
</style>
|
2012-07-13 00:07:02 +02:00
|
|
|
|
|
|
|
<style name="table_row">
|
2012-05-14 13:59:53 +02:00
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
2012-07-13 00:07:02 +02:00
|
|
|
<item name="android:layout_marginRight">2dp</item>
|
|
|
|
<item name="android:layout_marginLeft">2dp</item>
|
|
|
|
<item name="android:layout_marginTop">1dp</item>
|
|
|
|
<item name="android:layout_marginBottom">2dp</item>
|
|
|
|
</style>
|
2013-10-30 16:50:54 +01:00
|
|
|
|
2013-10-31 15:19:04 +01:00
|
|
|
<style name="label_pandora">
|
2013-10-30 16:50:54 +01:00
|
|
|
<item name="android:textColor">#F1F1F1</item>
|
|
|
|
<item name="android:textSize">18dp</item>
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
</style>
|
2013-10-31 13:56:38 +01:00
|
|
|
|
2013-10-31 15:19:04 +01:00
|
|
|
<style name="edittext_pandora">
|
2013-10-31 13:56:38 +01:00
|
|
|
<item name="android:textColor">#2C2C2C</item>
|
|
|
|
<item name="android:textSize">14dp</item>
|
2013-11-05 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/EventList.java,
src/pandroid_event_viewer/pandorafms/Main.java,
src/pandroid_event_viewer/pandorafms/Options.java,
src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
res/drawable-ldpi/save.png, res/drawable-ldpi/icon_filter.png,
res/drawable-ldpi/icon_refresh.png, res/layout/main.xml,
res/layout/options.xml, res/drawable/btn_dropdown_pressed.9.png,
res/drawable/btn_dropdown.xml,
res/drawable/btn_dropdown_normal.9.png, res/values-ja/arrays.xml,
res/values/styles.xml, res/values/arrays.xml,
res/menu/options_menu_list_events.xml, res/values-es/arrays.xml:
changes in the themes.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-11-05 13:10:28 +01:00
|
|
|
<item name="android:padding">7dp</item>
|
2013-10-31 13:56:38 +01:00
|
|
|
<item name="android:background">@drawable/edittext_pandora_colors_states</item>
|
|
|
|
<item name="android:layout_marginTop">5dp</item>
|
|
|
|
<item name="android:layout_marginBottom">5dp</item>
|
|
|
|
</style>
|
2013-10-31 15:19:04 +01:00
|
|
|
|
|
|
|
<style name="margin_pandora">
|
|
|
|
<item name="android:padding">10dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="background_pandora">
|
|
|
|
<item name="android:background">#242424</item>
|
|
|
|
</style>
|
2013-11-06 12:52:16 +01:00
|
|
|
|
|
|
|
|
2012-05-14 13:59:53 +02:00
|
|
|
|
2013-11-06 12:52:16 +01:00
|
|
|
<style name="Pandora_dialog" parent="@android:style/Theme.Dialog">
|
|
|
|
<item name="android:background">#242424</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@drawable/round_dialog</item>
|
|
|
|
</style>
|
|
|
|
|
2012-05-14 13:59:53 +02:00
|
|
|
</resources>
|