This commit is contained in:
tongchenfei
2020-06-16 17:47:46 +08:00
parent 5e2103000d
commit 9c2250d8ca
2 changed files with 3 additions and 1 deletions

View File

@@ -217,7 +217,8 @@ public class TopViewAnimHelper {
// tvNextRoad.setTextSize(getDimen(R.dimen.dp_34));
// }
topContainer.addView(view, params);
Logger.d(TAG, "整体进入==== view.visibility: " + view.getVisibility() + " view" +
".position: (" + view.getX() + ", " + view.getY() + ") params.width: " + params.width + " params.height: " + params.height);
topContainer.setChildAddedListener(child -> {
if (naviBg.getVisibility() == View.VISIBLE) {
remainDistanceGroup.setVisibility(View.GONE);