ActionBarEx icon indicating copy to clipboard operation
ActionBarEx copied to clipboard

高拓展高自定义性ActionBar,完美替代Android系统默认

Results 5 ActionBarEx issues
Sort by recently updated
recently updated
newest added

actionBarCommon.getRightTextView().setText不能动态设置文字吗?

同一个Activity下,一个Fragment设置了沉浸式,另一个没有设置沉浸式,ActionBarEx会有问题。 我添加一行代码可以解决这个问题 ![image](https://user-images.githubusercontent.com/20353284/68447237-32a06880-021a-11ea-8b28-b44dcf17cebb.png)

设置状态字体颜色后,ActionBarCommon会往下移 getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR); 请问如果不调用此方法,如何修改状态栏颜色?

ActionBarCommon比之前的Simple左边的返回图标小了一圈,应该是所有的图标都小了一圈,期望更改