Refactoring: rename android-idea-plugin to android-extensions-idea

This commit is contained in:
Natalia Ukhorskaya
2016-03-11 16:01:33 +03:00
parent 7e6fa8ef17
commit bf4c92d903
109 changed files with 53 additions and 53 deletions
@@ -0,0 +1,10 @@
package com.myapp
import android.app.Activity
import kotlinx.android.synthetic.main.layout.*
class MyActivity: Activity() {
val button = this.<caret>login
val button1 = this.loginButton
}