Browse Source

Merge pull request #2053 from nextcloud/welcomeScreen

Initial welcome screen: centered and no bullet points
Mario Đanić 7 years ago
parent
commit
a1813fa11e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/java/com/owncloud/android/features/FeatureList.java

+ 3 - 3
src/main/java/com/owncloud/android/features/FeatureList.java

@@ -46,13 +46,13 @@ public class FeatureList {
             // Basic features showed on first install
             new FeatureItem(R.drawable.whats_new_files,
                     R.string.welcome_feature_1_title, R.string.welcome_feature_1_text,
-                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
+                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN, true, false),
             new FeatureItem(R.drawable.whats_new_accounts,
                     R.string.welcome_feature_2_title, R.string.welcome_feature_2_text,
-                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
+                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN, true, false),
             new FeatureItem(R.drawable.whats_new_auto_upload,
                     R.string.welcome_feature_3_title, R.string.welcome_feature_3_text,
-                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
+                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN, true, false),
             // 3.0.0
             new FeatureItem(R.drawable.whats_new_end_to_end_encryption, R.string.whats_new_end_to_end_encryption_title,
                     R.string.whats_new_end_to_end_encryption_content, VERSION_3_0_0, BETA_VERSION_0,