Skip to content

Instantly share code, notes, and snippets.

@12alex21
12alex21 / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
width: 100%;
height: 100%;
box-sizing: border-box;
public class MainActivity extends Activity implements OnClickListener {
private DevicePicker mDevicePicker;
private ConnectableDevice mDevice;
Button play;
ImageButton play2;
ImageButton pause;
ImageButton close;
ImageButton plus10;
ImageButton minus10;