Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请问 ActionBarSherlock 的像素大小是多少?特别是高度,我需要设计一个背景,我需要这个以像素为单位的尺寸。
而且我已经搜索过,我发现的只是 dp 中的尺寸。
明显地,
ActionBar actionBar = getSupportActionBar(); int height = actionBar.getHeight();
您可以将 dp 转换为像素并在您的项目中使用。我希望它能解决你的问题.. ;)