打赏
摘要: //获取虚拟按键的高度 public static int getNavigationBarHeight(Context context) { int result = 0; if (hasNavBar(context)) { Resources res = context.getResources 阅读全文
posted @ 2021-01-14 13:04 张学涛 阅读(407) 评论(0) 推荐(0)