摘要:
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/> Intent shortcutIntent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); shortcutIntent.putExtra(Intent.... 阅读全文
摘要:
TextView nullTxtView=new TextView(this); nullTxtView.setText("这里为空哈哈"); nullTxtView.setGravity(Gravity.CENTER); listView.setEmptyView(nullTxtView); LayoutParams params = new LayoutParams(LayoutParams.... 阅读全文