Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / android / CHIPTool / app / src / main / res / layout / barcode_activity.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     android:layout_width="match_parent"
3     android:layout_height="match_parent">
4
5     <FrameLayout
6         android:id="@+id/fragment_container"
7         android:layout_width="match_parent"
8         android:layout_height="match_parent" />
9 </LinearLayout>