Clockplus/app/src/main/res/layout/content_settings.xml
2016-06-06 19:49:39 -07:00

7 lines
332 B
XML

<fragment android:id="@+id/fragment"
android:name="com.philliphsu.clock2.settings.SettingsFragment"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize" />