Long press the Floating Action Button to see more options.

This commit is contained in:
Alex Ning
2020-09-27 17:06:55 +08:00
parent 62a457a868
commit ca19c566c3
30 changed files with 349 additions and 33 deletions

View File

@@ -10,4 +10,9 @@
app:entryValues="@array/settings_data_saving_mode_values"
app:useSimpleSummaryProvider="true" />
<Preference
app:icon="@drawable/ic_info_preference_24dp"
app:summary="@string/settings_data_saving_mode_info_summary"
app:enabled="false" />
</PreferenceScreen>