diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-04-17 20:33:02 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-04-17 20:33:02 +0200 |
commit | 8b6f16b918a017426c953612a6a24d7471b5c831 (patch) | |
tree | 9353a6b51528a8dc21ae0d1078c4cf73f245dd6a /res/layout | |
parent | 628103de45194d7bb126b6fbaffda07b1b0a0ae7 (diff) | |
download | AntennaPod-8b6f16b918a017426c953612a6a24d7471b5c831.zip |
Added fragment for adding new podcasts
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/addfeed.xml | 18 | ||||
-rw-r--r-- | res/layout/pager_fragment.xml (renamed from res/layout/downloads_fragment.xml) | 0 |
2 files changed, 10 insertions, 8 deletions
diff --git a/res/layout/addfeed.xml b/res/layout/addfeed.xml index bb0842c0f..c3401cb07 100644 --- a/res/layout/addfeed.xml +++ b/res/layout/addfeed.xml @@ -53,28 +53,29 @@ android:textStyle="italic" android:text="@string/podcastdirectories_label"/> - <Button - android:id="@+id/butBrowseGpoddernet" + <TextView + android:id="@+id/txtvPodcastDirectoriesDescr" android:layout_width="match_parent" android:layout_height="wrap_content" + android:text="@string/podcastdirectories_descr" + android:textSize="@dimen/text_size_medium" android:layout_below="@id/txtvPodcastDirectories" - android:layout_margin="8dp" - android:text="@string/gpodnet_main_label"/> + android:layout_margin="8dp"/> <Button - android:id="@+id/butBrowseMiroguide" + android:id="@+id/butBrowseGpoddernet" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/butBrowseGpoddernet" + android:layout_below="@id/txtvPodcastDirectoriesDescr" android:layout_margin="8dp" - android:text="@string/miro_guide_label"/> + android:text="@string/browse_gpoddernet_label"/> <TextView android:id="@+id/txtvOpmlImport" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_below="@id/butBrowseMiroguide" + android:layout_below="@id/butBrowseGpoddernet" android:layout_margin="8dp" android:textSize="@dimen/text_size_large" android:textColor="@color/bright_blue" @@ -87,6 +88,7 @@ android:layout_height="wrap_content" android:layout_below="@id/txtvOpmlImport" android:layout_margin="8dp" + android:textSize="@dimen/text_size_medium" android:text="@string/opml_import_txtv_button_lable"/> <Button diff --git a/res/layout/downloads_fragment.xml b/res/layout/pager_fragment.xml index cb7ae0151..cb7ae0151 100644 --- a/res/layout/downloads_fragment.xml +++ b/res/layout/pager_fragment.xml |