Remove obsolete layout params

Closes #495 (thanks!)
here
cpfeiffer 2017-01-08 21:45:27 +01:00
parent 96203f574f
commit 7b1ea68b62
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,5 @@
android:descendantFocusability="blocksDescendants"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/alarm_list"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
android:id="@+id/alarm_list" />
</FrameLayout>