-
1sdf查看全部
-
。。。查看全部
-
完美实现仿微信6.0的界面效果, actionbar的使用 左右切换的效果 防止长期被置后台后 activity或者fragment被杀死 数据的恢复!查看全部
-
自定义View的五个步骤: 1、attr.xml 2、布局文件中使用 3、构造方法中获取自定义属性 4、onMeasure 5、onDraw查看全部
-
官方不建议在fragment构造里传递参数,建议的是在bundle里传递参数查看全部
-
test查看全部
-
自定义View的步骤: 1. attr.xml 2. 布局文件中使用 3.构造方法中获取自定义属性 4. onMeasure 5. onDraw查看全部
-
修改默认的menu的行为查看全部
-
反射修改行为???查看全部
-
ViewConfiguration config = ViewConfiguration.get(this); Field menuKey = ViewConfiguration.class.getDeclaredField("sHasPermanentMenuKey"); menuKey.setAccessible(true); menuKey.setBoolean(config, true);查看全部
-
反射设置显示overflowbutton的显示出来查看全部
-
增加到stytle中改变的stytle查看全部
-
多加了一个add没有的item查看全部
-
ViewConfiguration config = ViewConfiguration.get(this); Field menuKey = ViewConfiguration.class.getDeclaredField("sHasPermanentMenuKey"); menuKey.setAccessible(true); menuKey.setBoolean(config, true);查看全部
-
ActionBar是界面上面的一条。查看全部
举报
0/150
提交
取消