Android Extensions: Remove deprecated k.a.s.<layout> convention

This commit is contained in:
Yan Zhulanow
2016-01-27 17:11:07 +03:00
parent d49f5b95b0
commit bfae2afdb5
16 changed files with 1 additions and 248 deletions
@@ -23,19 +23,5 @@ kotlinx.android.synthetic.main.test
kotlinx.android.synthetic.main.test.view
public val android.view.View.textView1: android.view.View!
public val android.view.View.textView2: android.widget.TextView!
kotlinx.android.synthetic.test
public val android.app.Activity.textView1: android.view.View!
public val android.app.Fragment.textView1: android.view.View!
public val android.app.Activity.textView2: android.widget.TextView!
public val android.app.Fragment.textView2: android.widget.TextView!
kotlinx.android.synthetic.test.view
public val android.view.View.textView1: android.view.View!
public val android.view.View.textView2: android.widget.TextView!