Posts by Marcelo • 11 points
4 posts
-
0
votes3
answers992
viewsA: Error "Binary XML file line #22: Error inflating class Fragment"
mainTab <FrameLayout android:id="@android:id/tabcontent" android:layout_width="0dp" android:layout_height="0dp" android:layout_weight="0"/> <fragment…
-
0
votes3
answers992
viewsA: Error "Binary XML file line #22: Error inflating class Fragment"
xml clientetab. <TextView android:text="Entrevistado:" android:id="@+id/txtEntrevistado" android:textSize="15dp" android:textColor="@color/textColor" android:layout_width="wrap_content"…
-
0
votes3
answers992
viewsA: Error "Binary XML file line #22: Error inflating class Fragment"
Class: clientTab.java @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { System.out.println("teste antes de inflar layout"); view =…
-
1
votes3
answers992
viewsQ: Error "Binary XML file line #22: Error inflating class Fragment"
I believe the error occurs due to lack of memory. I get the following exception. When I enter the application and minimize the same, then I enter several applications minimizing the ones that were…