Android studio依赖的module中的自定义View在使用时没有任何提示?
PHPz
PHPz 2017-04-17 17:37:10
0
1
806
  1. 例如,我写了一个SuperTextView.

  2. 我的项目里,除了依赖了很多module,当我把刚刚写的自定义View放在非主module中.那么在布局中使用就不会有任何的提示.当我在写<SuperTextView时没有任何提示,当我手动写完<com.xxx.xxx.SuperTextView></com.xxx.xxx.SuperTextView>时,我再去写例如

    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    

    也没有任何提示.

如何才能有提示呢?

PHPz
PHPz

学习是最好的投资!

Antworte allen(1)
巴扎黑

你是否在build.gradle中添加了该module的依赖

compile project(':moduleName')
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage