BubbleLayout无法正常使用

时间:2016-11-22 12:16:25

标签: android android-studio layout-inflater

这是我的代码,但它不在服务中。布局没有膨胀。

LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE);

BubbleLayout bubbleView = (BubbleLayout) layoutInflater.inflate(R.layout.bubble_layout, null);

0 个答案:

没有答案