2011-12-28 18:04:34 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-06-28 14:45:10 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical">
|
2012-06-28 14:45:10 +02:00
|
|
|
|
2012-10-03 15:54:50 +02:00
|
|
|
<ScrollView
|
|
|
|
android:layout_width="match_parent"
|
2014-03-17 18:44:36 +01:00
|
|
|
android:layout_height="match_parent"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_alignParentTop="true"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:scrollbars="vertical">
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_height="wrap_content">
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/txtvFeedurl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentTop="true"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_margin="16dp"
|
2014-04-26 23:07:11 +02:00
|
|
|
style="@style/AntennaPod.TextView.Heading"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:text="@string/txtvfeedurl_label"/>
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/etxtFeedurl"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/txtvFeedurl"
|
|
|
|
android:layout_margin="8dp"
|
2014-06-16 01:22:46 +02:00
|
|
|
android:hint="@string/etxtFeedurlHint"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:inputType="textUri"/>
|
2012-10-03 15:54:50 +02:00
|
|
|
|
2014-03-17 18:44:36 +01:00
|
|
|
<Button
|
|
|
|
android:id="@+id/butConfirm"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/etxtFeedurl"
|
|
|
|
android:layout_margin="8dp"
|
|
|
|
android:text="@string/confirm_label"/>
|
|
|
|
|
2012-10-03 15:54:50 +02:00
|
|
|
<TextView
|
2013-08-22 15:11:37 +02:00
|
|
|
android:id="@+id/txtvPodcastDirectories"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-03-17 18:44:36 +01:00
|
|
|
android:layout_below="@id/butConfirm"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_margin="8dp"
|
2014-04-26 23:07:11 +02:00
|
|
|
style="@style/AntennaPod.TextView.Heading"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:text="@string/podcastdirectories_label"/>
|
|
|
|
|
2014-04-17 20:33:02 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/txtvPodcastDirectoriesDescr"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:text="@string/podcastdirectories_descr"
|
|
|
|
android:textSize="@dimen/text_size_medium"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_below="@id/txtvPodcastDirectories"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:layout_margin="8dp"/>
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<Button
|
2014-04-17 20:33:02 +02:00
|
|
|
android:id="@+id/butBrowseGpoddernet"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:layout_below="@id/txtvPodcastDirectoriesDescr"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_margin="8dp"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:text="@string/browse_gpoddernet_label"/>
|
2013-08-22 15:11:37 +02:00
|
|
|
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/txtvOpmlImport"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:layout_below="@id/butBrowseGpoddernet"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_margin="8dp"
|
2014-04-26 23:07:11 +02:00
|
|
|
style="@style/AntennaPod.TextView.Heading"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:text="@string/opml_import_label"/>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/txtvOpmlImportExpl"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/txtvOpmlImport"
|
|
|
|
android:layout_margin="8dp"
|
2014-04-17 20:33:02 +02:00
|
|
|
android:textSize="@dimen/text_size_medium"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:text="@string/opml_import_txtv_button_lable"/>
|
2012-10-03 15:54:50 +02:00
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/butOpmlImport"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:layout_below="@id/txtvOpmlImportExpl"
|
2012-10-03 15:54:50 +02:00
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginRight="8dp"
|
2013-08-22 15:11:37 +02:00
|
|
|
android:text="@string/opml_import_label"/>
|
2012-10-03 15:54:50 +02:00
|
|
|
</RelativeLayout>
|
|
|
|
</ScrollView>
|
|
|
|
|
2012-06-28 14:45:10 +02:00
|
|
|
</RelativeLayout>
|