I hereby claim:
- I am philwrenn on github.
- I am philwrenn (https://keybase.io/philwrenn) on keybase.
- I have a public key ASBBO5Os-Fyu9WlgWb2I4sy5WQZEv6ZdrAPyydajqcAWfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <link rel="import" href="../polymer/polymer.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
| from kivy.app import App | |
| from kivy.lang import Builder | |
| from kivy.uix.boxlayout import BoxLayout | |
| Builder.load_string(''' | |
| <ActionBarDummy> | |
| ActionBar: | |
| pos_hint: {'top':1} | |
| ActionView: |
| from kivy.app import App | |
| from kivy.lang import Builder | |
| from kivy.uix.boxlayout import BoxLayout | |
| Builder.load_string(''' | |
| <ActionBarDummy> | |
| ActionBar: | |
| pos_hint: {'top':1} | |
| ActionView: |
| from kivy.app import App | |
| from kivy.lang import Builder | |
| from kivy.uix.boxlayout import BoxLayout | |
| Builder.load_string(''' | |
| <ActionBarDummy> | |
| ActionBar: | |
| pos_hint: {'top':1} | |
| ActionView: |
| [INFO ] Logger: Record log in /home/plwrenn/.kivy/logs/kivy_14-02-20_0.txt | |
| [[1;32mINFO[0m ] Kivy v1.8.0 | |
| [INFO ] Factory: 157 symbols loaded | |
| [DEBUG ] Cache: register <kv.image> with limit=None, timeout=60s | |
| [DEBUG ] Cache: register <kv.atlas> with limit=None, timeout=Nones | |
| [INFO ] Image: Providers: img_tex, img_dds, img_pygame, img_pil, img_gif | |
| [DEBUG ] Cache: register <kv.texture> with limit=1000, timeout=60s | |
| [DEBUG ] Cache: register <kv.shader> with limit=1000, timeout=3600s | |
| [DEBUG ] Cache: register <kv.lang> with limit=None, timeout=Nones | |
| [DEBUG ] Window: Ignored <egl_rpi> (import error) |