LoginSignup
4
5

More than 5 years have passed since last update.

デザインをサポートするツールを作り始めた(Kotlinで)

Posted at

https://github.com/mayahiro/DesignSupportTool

とりあえず、8dpのグリッドを描くやつ。

機能は徐々に追加していきたい。

今のところ、Kotlinらしさがあまり感じられませんが、今後きっと出てくるでしょう。。。

どうでもいいはまり方をした

<service
            android:name=".services.OverlayShowService"
            android:enabled="true" />

と書くべきところを

<service
            android:name="services.OverlayShowService"
            android:enabled="true" />

と書いてしまって、「動かない。動かない。Kotlin難しい。」と小一時間悩んだのはいい思い出。。。

4
5
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5