Optimize layouts

This commit is contained in:
Victor 2014-06-15 16:44:43 +03:00
parent c8847728e9
commit deb27204cb
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android" <fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webcamChooserFragment" android:id="@+id/webcamChooserFragment"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -1,13 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webcamViewerFragment"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" > class="com.annimon.donetskwebcam.WebcamViewerFragment" />
<fragment
android:id="@+id/webcamViewerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.annimon.donetskwebcam.WebcamViewerFragment" />
</LinearLayout>