aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_fragment_container.xml
blob: f13356c444c0be882e77ce24eda72802b15db37a (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/fragment_container"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:layout_marginTop="?attr/actionBarSize"/>