7 lines
332 B
XML
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" />
|