美文网首页
获取toolbar的高度

获取toolbar的高度

作者: 西决_7e15 | 来源:发表于2018-04-26 09:31 被阅读0次

TypedValue tv =new TypedValue();

if (getActivity().getTheme().resolveAttribute(android.R.attr.actionBarSize, tv, true)) {

int actionBarHeight = TypedValue.complexToDimensionPixelSize(tv.data, getActivity().getResources().getDisplayMetrics());

相关文章

网友评论

      本文标题:获取toolbar的高度

      本文链接:https://www.haomeiwen.com/subject/aucplftx.html