diff --git a/styleguide/STYLEGUIDE.md b/styleguide/STYLEGUIDE.md index c12a62353f64..7833deaa5fe0 100644 --- a/styleguide/STYLEGUIDE.md +++ b/styleguide/STYLEGUIDE.md @@ -13,7 +13,10 @@ The file can be found [here](ddg-settings.zip). ![Setting kotlin style screenshot](import_settings_one.png) * Select the file you just downloaded -* Import all components required (AndroidEditors and Code Style) +* Import all components required (AndroidEditors, Code Style and Code Style (schemes)) +![Setting kotlin style screenshot](import_settings_three.png) +* Select the new scheme on Android Studio -> Preferences... -> Code style -> Schemes: DDG +![Setting kotlin style screenshot](import_settings_four.png) ## Code conventions diff --git a/styleguide/ddg-settings.zip b/styleguide/ddg-settings.zip index 6ab6591bd66d..4b18b0336701 100644 Binary files a/styleguide/ddg-settings.zip and b/styleguide/ddg-settings.zip differ diff --git a/styleguide/import_settings_four.png b/styleguide/import_settings_four.png new file mode 100644 index 000000000000..8340f051e799 Binary files /dev/null and b/styleguide/import_settings_four.png differ diff --git a/styleguide/import_settings_three.png b/styleguide/import_settings_three.png index 1f125256bf55..8fe50d64205f 100644 Binary files a/styleguide/import_settings_three.png and b/styleguide/import_settings_three.png differ