2011-10-22 06:14:17 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="button_style" parent="button_style_parent">
|
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
|
|
|
<item name="android:layout_weight">1</item>
|
|
|
|
<item name="android:focusable">true</item>
|
2011-11-01 09:09:49 -04:00
|
|
|
<item name="android:background">@drawable/default_button_dark</item>
|
2011-10-22 06:14:17 -04:00
|
|
|
<item name="android:layout_marginLeft">1dp</item>
|
|
|
|
<item name="android:layout_marginBottom">1dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="editor_style" parent="editor_style_parent">
|
|
|
|
<item name="android:gravity">left|top</item>
|
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="display_style" parent="display_style_parent">
|
2011-11-02 05:10:56 -04:00
|
|
|
<item name="android:gravity">top|right</item>
|
2011-10-22 06:14:17 -04:00
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="about_style" parent="about_style_parent">
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="default_text">
|
|
|
|
<item name="android:background">@color/default_background</item>
|
|
|
|
<item name="android:textColor">@color/default_text_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|