
Android UI笔记
春天码农
这个作者很懒,什么都没留下…
展开
-
android 自定义实现圆角Dialog
首先我们需要自定义dialog布局文件view_input_pwd_dialog.xml,如下: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http:原创 2017-06-09 10:21:20 · 611 阅读 · 0 评论 -
android dialog 显示时弹出输入法
LayoutInflater inflater = LayoutInflater .from(CashCaptureActivity.this); LinearLayout layout = (LinearLayout) inflater.inflate( R.layout.vip_mode_layout, null)原创 2017-06-12 11:34:08 · 1511 阅读 · 2 评论