摘要:
EditText的background属性设置为@null就搞定了:android:background="@null"style属性倒是可加可不加附原文:@SlumberMachine, that's a great observation! But, it seems that there is... 阅读全文
摘要:
Dialog类实现为一个简单的漂浮窗口,完全在Activity中创建。使用基本的Dialog类,你可以创建一个新的实例并设定标题和布局,如下所示:Dialog d = new Dialog(MyActivity.this);// Have the new window tint and blur t... 阅读全文