Merge "Clean up obsolete battery settings files"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ce567f50cb
@@ -15,35 +15,6 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<declare-styleable name="BatteryHistoryChart">
|
||||
<!-- Base text color, typeface, size, and style. -->
|
||||
<attr name="android:textAppearance" />
|
||||
<!-- Text color. -->
|
||||
<attr name="android:textColor" />
|
||||
<!-- Size of the text. Recommended dimension type for text is "sp" for scaled-pixels (example: 15sp). -->
|
||||
<attr name="android:textSize" />
|
||||
<!-- Typeface (normal, sans, serif, monospace) for the text. -->
|
||||
<attr name="android:typeface" />
|
||||
<!-- Style (bold, italic, bolditalic) for the text. -->
|
||||
<attr name="android:textStyle" />
|
||||
<!-- Place a shadow of the specified color behind the text. -->
|
||||
<attr name="android:shadowColor" />
|
||||
<!-- Horizontal offset of the shadow. -->
|
||||
<attr name="android:shadowDx" />
|
||||
<!-- Vertical offset of the shadow. -->
|
||||
<attr name="android:shadowDy" />
|
||||
<!-- Radius of the shadow. -->
|
||||
<attr name="android:shadowRadius" />
|
||||
<!-- Text color, typeface, size, and style of header. -->
|
||||
<attr name="headerAppearance" format="reference" />
|
||||
<!-- Primary color of chart. -->
|
||||
<attr name="barPrimaryColor" format="color|reference" />
|
||||
<!-- Color of predicted future use part of chart. -->
|
||||
<attr name="barPredictionColor" format="color|reference" />
|
||||
<!-- Minimum height of the chart itself. -->
|
||||
<attr name="chartMinHeight" format="dimension|reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="PercentageBarChart">
|
||||
<!-- Background color -->
|
||||
<attr name="emptyColor" format="color" />
|
||||
|
@@ -33,8 +33,6 @@
|
||||
<dimen name="bind_app_widget_dialog_checkbox_bottom_padding">16dip</dimen>
|
||||
<dimen name="installed_app_details_bullet_offset">8dip</dimen>
|
||||
|
||||
<dimen name="battery_history_chart_height">120dp</dimen>
|
||||
|
||||
<dimen name="data_usage_chart_height">228dip</dimen>
|
||||
<dimen name="data_usage_chart_optimalWidth">440dip</dimen>
|
||||
<dimen name="usage_number_text_size">36sp</dimen>
|
||||
|
Reference in New Issue
Block a user