blob: 6a3d9cac574dbb67d864d70881b76df60782e318 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- We use this container to place kitchen app fragments. It insets the fragment contents -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/kitchen_content"
android:background="@android:color/black"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="56dp"
android:paddingTop="@dimen/lens_header_height">
</FrameLayout>