标签: android android-studio layout-inflater
这是我的代码,但它不在服务中。布局没有膨胀。
LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); BubbleLayout bubbleView = (BubbleLayout) layoutInflater.inflate(R.layout.bubble_layout, null);