Skip to content

Commit

Permalink
Embed the app icon image
Browse files Browse the repository at this point in the history
Since we have the asset in this repo, it's nice to show it inline. :-)

This SO answer told be how I could embed the image while limiting its size on the page:
http://stackoverflow.com/a/26138535/112705
  • Loading branch information
daj authored Feb 4, 2017
1 parent df871ed commit 02a03ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/examples/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ with bazel and the app doesn't come up, then the easiest thing to do is try
installing with adb.

Once the app is installed it will be named "TensorFlow Demo" and have the orange
TensorFlow logo as its icon.
TensorFlow logo (<img src="res/drawable-mdpi/ic_launcher.png" width="20">) as its icon.

0 comments on commit 02a03ca

Please sign in to comment.