Skip to content

Commit 77db809

Browse files
committed
Fixed path to 2_7.png
1 parent 16719b7 commit 77db809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codelabs/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In this step we'll create a project in Android Studio.
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](images/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)