Optimize layout

This commit is contained in:
Victor 2014-06-15 16:42:20 +03:00
parent 0c7e47850b
commit c8847728e9

View File

@ -1,12 +1,5 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webcamChooserFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/webcamChooserFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.annimon.donetskwebcam.WebcamChooserFragment" />
</LinearLayout>
android:layout_height="match_parent"
class="com.annimon.donetskwebcam.WebcamChooserFragment" />