1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-07 23:38:40 +01:00

add shared preference constant for fab visibility. #652

This commit is contained in:
Daniel Bälz 2016-12-21 21:39:30 +01:00
parent 50b46c2e10
commit 782c525ba9

View File

@ -307,6 +307,8 @@ public interface SharedPreferenceConstants {
String KEY_NEW_DOCUMENT_API = "new_document_api";
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false)
String KEY_DRAWER_TOGGLE = "drawer_toggle";
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = true)
String KEY_FAB_VISIBLE = "fab_visible";
String KEY_RANDOMIZE_ACCOUNT_NAME = "randomize_account_name";
String KEY_DEFAULT_AUTO_REFRESH = "default_auto_refresh";