1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 07:05:41 +00:00

Label fix, 0.16 tagging for Play Store and slow sync mode commented.

This commit is contained in:
Loïc Blot (@U-Exp)
2014-12-02 20:39:11 +01:00
parent 9093f69a57
commit 45c480106b
6 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_sync_frequency" />
<ListPreference
<!-- <ListPreference
android:defaultValue="60"
android:entries="@array/pref_slow_sync_frequency_titles"
android:entryValues="@array/pref_slow_sync_frequency_values"
android:key="slow_sync_frequency"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_slow_sync_frequency" />
android:title="@string/pref_title_slow_sync_frequency" /> -->
</PreferenceCategory>
</PreferenceScreen>