1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Remove unused resources

This commit is contained in:
cketti 2014-04-07 19:52:37 +02:00
parent 114d72da3c
commit 0526ddd2aa
3 changed files with 0 additions and 35 deletions

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="12dp"
android:paddingLeft="12dp"
android:gravity="center_vertical">
<ProgressBar android:layout_width="32dp"
android:layout_height="32dp"
android:layout_alignParentRight="true"
style="?android:attr/indeterminateProgressStyle" />
</RelativeLayout>

View File

@ -559,26 +559,6 @@
<item>22</item> <item>22</item>
</string-array> </string-array>
<string-array name="font_entries_webview">
<item>@string/font_size_webview_smaller</item>
<item>@string/font_size_webview_small</item>
<item>@string/font_size_webview_normal</item>
<item>@string/font_size_webview_large</item>
<item>@string/font_size_webview_larger</item>
</string-array>
<!--
Be sure to also change FontSizes.getMessageViewContentAsInt() and
FontSizes.setMessageViewContent() if you change this.
-->
<string-array name="font_values_webview" translatable="false">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</string-array>
<string-array name="idle_refresh_period_entries"> <string-array name="idle_refresh_period_entries">
<item>@string/idle_refresh_period_1min</item> <item>@string/idle_refresh_period_1min</item>
<item>@string/idle_refresh_period_2min</item> <item>@string/idle_refresh_period_2min</item>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<dimen name="button_minWidth">100sp</dimen> <dimen name="button_minWidth">100sp</dimen>
<dimen name="colorpicker_onedp">1dp</dimen>
</resources> </resources>