Skip to content

Instantly share code, notes, and snippets.

View mikegr's full-sized avatar

Michael Greifeneder mikegr

  • @BeeOneGmbH
  • Vienna, Austria
View GitHub Profile
@mikegr
mikegr / ConvertAndroidVectorDrawable2png.md
Created January 30, 2017 15:19 — forked from qinshulei/ConvertAndroidVectorDrawable2png.md
Convert Android VectorDrawable to png

转换方法:

  1. Convert Android VectorDrawable to SVG:

使用附件中的java程序。命令如下:

cp Vector2Svg.java path/to/xml_dir
javac Vector2Svg.java
java Vector2Svg ./*.xml
mkdir svg_dir
@mikegr
mikegr / designer.html
Created September 11, 2014 17:25
designer
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
/*
* Copyright 2010, Novoda ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software