Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / android / examples / simpleserver / src / main / res / layout / activity_main.xml
old mode 100755 (executable)
new mode 100644 (file)
index ebe6ef7..b075b0b
@@ -1,31 +1,31 @@
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
-    xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent"\r
-    android:layout_height="fill_parent" android:paddingLeft="@dimen/activity_horizontal_margin"\r
-    android:paddingRight="@dimen/activity_horizontal_margin"\r
-    android:paddingTop="@dimen/activity_vertical_margin"\r
-    android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"\r
-    android:label="@string/app_name">\r
-\r
-    <ScrollView\r
-        android:layout_width="match_parent"\r
-        android:layout_height="match_parent"\r
-        android:id="@+id/scroll">\r
-\r
-        <TextView android:text="@string/simpleServer" android:layout_width="match_parent"\r
-            android:layout_height="match_parent"\r
-            android:id="@+id/textView"\r
-            android:scrollbars="vertical"\r
-            android:maxLines="10"/>\r
-\r
-    </ScrollView>\r
-\r
-    <LinearLayout\r
-        android:layout_width="match_parent"\r
-        android:layout_height="match_parent"\r
-        android:orientation="vertical"\r
-        android:id="@+id/linearLayout" >\r
-    </LinearLayout>\r
-\r
-\r
-</RelativeLayout>\r
-\r
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent"
+    android:layout_height="fill_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
+    android:paddingRight="@dimen/activity_horizontal_margin"
+    android:paddingTop="@dimen/activity_vertical_margin"
+    android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"
+    android:label="@string/app_name">
+
+    <ScrollView
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:id="@+id/scroll">
+
+        <TextView android:text="@string/simpleServer" android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:id="@+id/textView"
+            android:scrollbars="vertical"
+            android:maxLines="10"/>
+
+    </ScrollView>
+
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:orientation="vertical"
+        android:id="@+id/linearLayout" >
+    </LinearLayout>
+
+
+</RelativeLayout>
+