Skip to content

Commit

Permalink
Update bg image to be more Android-like
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 22, 2017
1 parent d49d212 commit 33431c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public class MainActivity extends AppCompatActivity {
private static Map<String, String> commands = Func.toDictionary(
"Announce Hello", "/cmd.announce Hello from Java Android",
"Play YouTube", "/tv.watch https://youtu.be/u5CVsCnxyXg",
"Background Image", "/css.background-image url(http://bit.ly/2lZxbHv)",
"Background Top", "/css.background$#top #86B951",
"Background Image", "/css.background-image url(http://i.imgur.com/YQ2jcdC.jpg)",
"Background Top", "/css.background$#top #638D0D",
"Background Color", "/css.background #eceff1",
"Background Bottom", "/css.background$#bottom #91C654",
"Logout", "/logout"
Expand Down

0 comments on commit 33431c8

Please sign in to comment.