Skip to content

Commit 8316a9d

Browse files
committed
update settings animation description
1 parent 1b6fc60 commit 8316a9d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

runner/AndroidJunitRunnerSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
2727
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
2828
1. Connect a device or start an emulator
2929
* Turn animations off.
30-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
30+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
3131
1. Run the newly created configuration
3232

3333
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/BasicSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
1717
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
1818
1. Connect a device or start an emulator
1919
* Turn animations off.
20-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
20+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2121
1. Run the newly created configuration
2222

2323
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/BasicSampleBundled/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The problem is that the same LICENSE.TXT file is found multiple times and AAPT d
2020
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
2121
1. Connect a device or start an emulator
2222
* Turn animations off.
23-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
23+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2424
1. Run the newly created configuration
2525

2626
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/CustomMatcherSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
1717
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
1818
1. Connect a device or start an emulator
1919
* Turn animations off.
20-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
20+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2121
1. Run the newly created configuration
2222

2323
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/DataAdapterSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
2020
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
2121
1. Connect a device or start an emulator
2222
* Turn animations off.
23-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
23+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2424
1. Run the newly created configuration
2525

2626
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/IntentsAdvancedSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
1919
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
2020
1. Connect a device or start an emulator
2121
* Turn animations off.
22-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
22+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2323
1. Run the newly created configuration
2424

2525
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/IntentsBasicSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
1818
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
1919
1. Connect a device or start an emulator
2020
* Turn animations off.
21-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
21+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2222
1. Run the newly created configuration
2323

2424
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/MultiWindowSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
3131
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
3232
1. Connect a device or start an emulator
3333
* Turn animations off.
34-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
34+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
3535
1. Run the newly created configuration
3636

3737
The application will be started on the device/emulator and a series of actions will be performed automatically.

ui/espresso/WebBasicSample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project uses the Gradle build system. You don't need an IDE to build and ex
2121
* Add a *Specific instrumentation runner*: `android.support.test.runner.AndroidJUnitRunner`
2222
1. Connect a device or start an emulator
2323
* Turn animations off.
24-
(On your device, under Settings->Developer options disable the following 3 settings: - Window animation scale - Transition animation scale - Animator duration scale)
24+
(On your device, under Settings->Developer options disable the following 3 settings: "Window animation scale", "Transition animation scale" and "Animator duration scale")
2525
1. Run the newly created configuration
2626

2727
The application will be started on the device/emulator and a series of actions will be performed automatically.

0 commit comments

Comments
 (0)