带有com.github.ittianyu:BottomNavigationViewEx库的真实手机VS仿真器上的不同行为

时间:2018-09-03 06:28:34

标签: java android android-emulator bottomnavigationview

我只使用关注库:

 public static void setupBottomNavigationView(BottomNavigationViewEx bottomNavigationViewEx)
    {
        Log.d(TAG, "setupBottomNavigationView: Setting up BottomNavigationView");
        bottomNavigationViewEx.enableAnimation(false);
        bottomNavigationViewEx.enableItemShiftingMode(false);
        bottomNavigationViewEx.enableShiftingMode(false);
        bottomNavigationViewEx.setTextVisibility(false);
    }

我的问题是-仿真器和真实电话中的底视图行为确实不同。我什至用两部不同的手机检查过:华为p8和具有不同android版本的galaxy s7,但手机中的行为是相同的,但与模拟器中的行为不同

请帮助

0 个答案:

没有答案