summaryrefslogtreecommitdiffstats
path: root/samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml')
-rw-r--r--samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml b/samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml
index 9fae5ffdf..40904c14d 100644
--- a/samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml
+++ b/samples/SupportPercentDemos/res/layout/simple_percent_relative_layout_activity.xml
@@ -18,21 +18,18 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
+ android:layout_height="match_parent">
<View
android:id="@+id/left"
app:layout_widthPercent="25%"
app:layout_heightPercent="50%"
app:layout_marginLeftPercent="25%"
app:layout_marginTopPercent="25%"
- android:background="#FF0000"
- />
+ android:background="#FF0000" />
<View
app:layout_widthPercent="25%"
app:layout_heightPercent="50%"
app:layout_marginTopPercent="25%"
android:layout_toRightOf="@id/left"
- android:background="#0000FF"
- />
+ android:background="#0000FF" />
</android.support.percent.PercentRelativeLayout>