-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:orientation="vertical"\r
- android:layout_width="fill_parent"\r
- android:layout_height="fill_parent"\r
- >\r
-<TextView \r
- android:id="@+id/suckit"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- android:text="@string/hello"\r
- />\r
-<EditText\r
- android:id="@+id/entry"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- android:background="@android:drawable/editbox_background"\r
- />\r
-<Button\r
- android:id="@+id/go"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:text="Go!"\r
- />\r
-\r
-</LinearLayout>\r
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+<TextView
+ android:id="@+id/suckit"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/hello"
+ />
+<EditText
+ android:id="@+id/entry"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/editbox_background"
+ />
+<Button
+ android:id="@+id/go"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Go!"
+ />
+
+</LinearLayout>
-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:orientation="vertical"\r
- android:layout_width="fill_parent"\r
- android:layout_height="fill_parent"\r
- android:padding="10dp"\r
- >\r
-<TextView \r
- android:id="@+id/prompt"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- />\r
-<EditText\r
- android:id="@+id/entry"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- android:background="@android:drawable/editbox_background"\r
- android:password="true"\r
- />\r
-<LinearLayout\r
- android:orientation="horizontal"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- >\r
-<Button\r
- android:id="@+id/ok"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:text="OK"\r
- />\r
-<Button\r
- android:id="@+id/cancel"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:text="Cancel"\r
- />\r
-</LinearLayout>\r
-</LinearLayout>\r
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp"
+ >
+<TextView
+ android:id="@+id/prompt"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ />
+<EditText
+ android:id="@+id/entry"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/editbox_background"
+ android:password="true"
+ />
+<LinearLayout
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+<Button
+ android:id="@+id/ok"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="OK"
+ />
+<Button
+ android:id="@+id/cancel"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Cancel"
+ />
+</LinearLayout>
+</LinearLayout>
-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:orientation="horizontal"\r
- android:layout_width="fill_parent"\r
- android:layout_height="fill_parent"\r
- android:padding="3dp"\r
- >\r
-\r
-<ImageView\r
- android:id="@+id/image"\r
- android:layout_width="wrap_content"\r
- android:layout_height="fill_parent"\r
- android:layout_marginRight="10dp"\r
- />\r
-\r
-<LinearLayout\r
- android:orientation="vertical"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- >\r
-<TextView \r
- android:id="@+id/headline"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- android:textStyle="bold"\r
- />\r
-<ProgressBar\r
- android:id="@+id/status"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- style="?android:attr/progressBarStyleHorizontal"\r
- />\r
-\r
-</LinearLayout>\r
-</LinearLayout>\r
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="3dp"
+ >
+
+<ImageView
+ android:id="@+id/image"
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:layout_marginRight="10dp"
+ />
+
+<LinearLayout
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+<TextView
+ android:id="@+id/headline"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textStyle="bold"
+ />
+<ProgressBar
+ android:id="@+id/status"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ style="?android:attr/progressBarStyleHorizontal"
+ />
+
+</LinearLayout>
+</LinearLayout>
-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:orientation="horizontal"\r
- android:layout_width="fill_parent"\r
- android:layout_height="fill_parent"\r
- android:padding="3dp"\r
- >\r
-\r
-<ImageView\r
- android:id="@+id/image"\r
- android:layout_width="wrap_content"\r
- android:layout_height="fill_parent"\r
- android:layout_marginRight="10dp"\r
- />\r
-\r
-<LinearLayout\r
- android:orientation="vertical"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- >\r
-<TextView \r
- android:id="@+id/headline"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- android:textStyle="bold"\r
- />\r
-<TextView \r
- android:id="@+id/status"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- />\r
-\r
-</LinearLayout>\r
-</LinearLayout>\r
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="3dp"
+ >
+
+<ImageView
+ android:id="@+id/image"
+ android:layout_width="wrap_content"
+ android:layout_height="fill_parent"
+ android:layout_marginRight="10dp"
+ />
+
+<LinearLayout
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+<TextView
+ android:id="@+id/headline"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:textStyle="bold"
+ />
+<TextView
+ android:id="@+id/status"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ />
+
+</LinearLayout>
+</LinearLayout>
-<?xml version="1.0" encoding="utf-8"?>\r
+<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="actionCreateSshKey" type="id"/>
- <item name="actionRemoveSshKey" type="id"/>\r
- \r
+ <item name="actionRemoveSshKey" type="id"/>
+
</resources>
\ No newline at end of file
-<?xml version="1.0" encoding="utf-8"?>\r
-<resources>\r
- <string name="hello">Hello World, Dumload!</string>\r
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="hello">Hello World, Dumload!</string>
<string name="app_name">dumload</string>
<string name="prefSshServerTitle">SSH server</string>
<string name="preferenceTitle">Preferences</string>
<string name="menuGenSshKey">Generate a new SSH key</string>
<string name="menuDelSshKey">Remove generated SSH key</string>
<string name="msgNoGenKeyFound">No generated SSH key was found.</string>
- <string name="msgKeyExists">A generated key already exists.</string>\r
-</resources>\r
+ <string name="msgKeyExists">A generated key already exists.</string>
+</resources>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:title="@string/preferenceTitle" >\r
-\r
- <PreferenceCategory android:title="@string/prefConnection" >\r
- <EditTextPreference\r
- android:key="userName"\r
- android:summary="@string/prefUsernameSummary"\r
- android:title="@string/prefUsernameTitle" />\r
- <EditTextPreference\r
- android:key="server"\r
- android:summary="@string/prefServerSummary"\r
- android:title="@string/prefServerTitle" />\r
- <EditTextPreference\r
- android:key="port"\r
- android:summary="@string/prefPortSummary"\r
- android:title="@string/prefPortTitle" />\r
- <EditTextPreference\r
- android:key="defaultUploadPath"\r
- android:summary="@string/prefDefaultPathSummary"\r
- android:title="@string/prefDefaultPathTitle" />\r
- </PreferenceCategory>\r
-\r
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/preferenceTitle" >
+
+ <PreferenceCategory android:title="@string/prefConnection" >
+ <EditTextPreference
+ android:key="userName"
+ android:summary="@string/prefUsernameSummary"
+ android:title="@string/prefUsernameTitle" />
+ <EditTextPreference
+ android:key="server"
+ android:summary="@string/prefServerSummary"
+ android:title="@string/prefServerTitle" />
+ <EditTextPreference
+ android:key="port"
+ android:summary="@string/prefPortSummary"
+ android:title="@string/prefPortTitle" />
+ <EditTextPreference
+ android:key="defaultUploadPath"
+ android:summary="@string/prefDefaultPathSummary"
+ android:title="@string/prefDefaultPathTitle" />
+ </PreferenceCategory>
+
</PreferenceScreen>
\ No newline at end of file