2012-12-01 08:46:16 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2012-12-01 09:46:36 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<style name="cpp_widget_main_layout_style" parent="cpp_default_main_layout_style">
|
2014-09-10 16:54:09 -04:00
|
|
|
<item name="android:background">@color/cpp_default_background</item>
|
2013-06-14 16:31:49 -04:00
|
|
|
<item name="android:padding">1dp</item>
|
|
|
|
<item name="android:layout_margin">@dimen/cpp_widget_margin</item>
|
|
|
|
</style>
|
2012-12-01 08:46:16 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<style name="cpp_widget_editor_style" parent="cpp_editor_style">
|
|
|
|
<item name="android:textSize">@dimen/cpp_widget_editor_text_size</item>
|
|
|
|
</style>
|
2012-12-01 08:46:16 -05:00
|
|
|
|
2013-06-14 16:31:49 -04:00
|
|
|
<style name="cpp_widget_display_style" parent="cpp_display_style">
|
|
|
|
<item name="android:textSize">@dimen/cpp_widget_display_text_size</item>
|
|
|
|
</style>
|
2012-12-01 08:46:16 -05:00
|
|
|
|
|
|
|
</resources>
|