1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 14:23:04 +00:00

Update sources for a proper support with Android 4+ instead of Android 2.1+. Also change HeaderBar style

This commit is contained in:
Loic Blot
2015-02-07 10:35:23 +01:00
parent 6af64d979a
commit 8f7a083f07
9 changed files with 32 additions and 78 deletions
-8
View File
@@ -9,13 +9,5 @@
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:title="@string/pref_title_sync_frequency" />
<!-- <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" /> -->
</PreferenceCategory>
</PreferenceScreen>