优化导航框位置

This commit is contained in:
tongchenfei
2020-09-21 14:35:06 +08:00
committed by lixiaopeng
parent 3929d4e00a
commit 610a8e622c

View File

@@ -635,7 +635,7 @@ public class TopViewAnimHelper {
}
private int computeNaviMarginTop(int height) {
int result = (int) (height - (getDimen(R.dimen.module_ext_top_over_navi_height)));
int result = (int) (height - (getDimen(R.dimen.module_ext_top_over_navi_height))-getDimen(R.dimen.module_common_shadow_width_pos));
Logger.d(TAG, "computeNaviMarginTop: " + height + " result: " + result);
return result;
}