This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<polymer-element name="my-element"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<style type="text/css"> | |
body { | |
background-color: rgb(0, 0, 0); | |
} | |
#login { | |
color: rgb(60, 181, 124); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replace 'dependencies' in your build.gradle file with the following | |
// or add these to whatever other dependencies you have. | |
dependencies { | |
compile 'com.android.support:support-v4:13.0.+' | |
compile 'com.google.android.gms:play-services:3.1.36+' | |
compile('com.google.api-client:google-api-client:1.4.1-beta') { | |
exclude group: 'com.google.android.google-play-services' | |
} | |
compile 'com.google.http-client:google-http-client-gson:1.15.0-rc' |