initial commit of my exception report viewer
This commit is contained in:
62
ExceptionReportViewer/res/values/styles.xml
Normal file
62
ExceptionReportViewer/res/values/styles.xml
Normal file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2011 Jake Wharton
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
|
||||
<style name="StyledIndicators" parent="@android:style/Theme.Light">
|
||||
<item name="titlePageIndicatorStyle">@style/CustomTitlePageIndicator</item>
|
||||
</style>
|
||||
|
||||
<style name="CustomTitlePageIndicator">
|
||||
<item name="android:background">#FFDDDDDD</item>
|
||||
<item name="footerColor">#FFDDDDDD</item>
|
||||
<item name="footerLineHeight">2dp</item>
|
||||
<item name="footerIndicatorStyle">none</item>
|
||||
<item name="textColor">#FF999999</item>
|
||||
<item name="selectedColor">#00000000</item>
|
||||
<item name="selectedBold">false</item>
|
||||
</style>
|
||||
|
||||
<!-- Copyright (C) 2011 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
|
||||
<style name="Theme.PageIndicatorDefaults" parent="@android:style/Theme">
|
||||
<item name="titlePageIndicatorStyle">@style/Widget.TitlePageIndicator</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.TitlePageIndicator" parent="@android:style/Widget">
|
||||
<item name="clipPadding">@dimen/default_title_indicator_clip_padding</item>
|
||||
<item name="footerColor">@color/default_title_indicator_footer_color</item>
|
||||
<item name="footerLineHeight">@dimen/default_title_indicator_footer_line_height</item>
|
||||
<item name="footerIndicatorStyle">
|
||||
@integer/default_title_indicator_footer_indicator_style
|
||||
</item>
|
||||
<item name="footerIndicatorHeight">
|
||||
@dimen/default_title_indicator_footer_indicator_height
|
||||
</item>
|
||||
<item name="footerIndicatorPadding">
|
||||
@dimen/default_title_indicator_footer_indicator_padding
|
||||
</item>
|
||||
<item name="footerIndicatorUnderlinePadding">
|
||||
@dimen/default_title_indicator_footer_indicator_underline_padding
|
||||
</item>
|
||||
<item name="selectedColor">@color/default_title_indicator_selected_color</item>
|
||||
<item name="selectedBold">@bool/default_title_indicator_selected_bold</item>
|
||||
<item name="textColor">@color/default_title_indicator_text_color</item>
|
||||
<item name="textSize">@dimen/default_title_indicator_text_size</item>
|
||||
<item name="titlePadding">@dimen/default_title_indicator_title_padding</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user