Skip to content

Commit 62a9454

Browse files
committed
Un-indent image markup
1 parent d400391 commit 62a9454

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

codelabs/chat/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,32 @@ In this step we'll create a project in Android Studio.
4949

5050
1. Start Android Studio and Start a new Android Studio project
5151

52-
[!Welcome to Android Studio](images/2_1.png)
52+
[!Welcome to Android Studio](images/2_1.png)
5353

5454
2. You can name the project anything you want. But in the code below, we've named it Nanochat
5555

56-
[!Configure your new project](images/2_2.png)
56+
[!Configure your new project](images/2_2.png)
5757

5858
3. Set the minimum SDK to 10 or higher.
5959

60-
[!Minimum Android API level](images/2_3.png)
60+
[!Minimum Android API level](images/2_3.png)
6161

6262
We've left it on 10 (Gingerbread) here, since that is the lowest API level Firebase supports.
6363
4. Start with a Blank Activity
6464

65-
[!Add an activity](images/2_4.png)
65+
[!Add an activity](images/2_4.png)
6666

6767
5. We'll leave all the defaults for this activity
6868

69-
[!Customize the Activity](images/2_5.png)
69+
[!Customize the Activity](images/2_5.png)
7070

7171
6. If the project outline is not visible on the left, click the 1:Project label
7272

73-
[!Click 1:Project](images/2_6.png)
73+
[!Click 1:Project](images/2_6.png)
7474

7575
7. Open up the main activity, which can be found in `app/res/layout/activity_main.xml` and switch from its Design to its Text tab if needed. In this file the root element will be a `RelativeLayout` and in there will be a `TextView`. We won't be using the `TextView`, so delete it (or leave it and put a welcome message in it).
7676

77-
[!emptied up layout_main.xml](2_7.png)
77+
[!emptied up layout_main.xml](2_7.png)
7878

7979
We now have a blank project in Android Studio. Let's wire our app up to Firebase!
8080

0 commit comments

Comments
 (0)