summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-07-05 21:12:50 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-07-05 21:12:50 +0200
commit16caf87e2b01a288420d655e2cd151f7cf576749 (patch)
tree5d74111ac58f6890c5657128af78f718e084fc34 /res/layout
parent4f8c934595f5d2aa01b642d7d4489de3ad25df39 (diff)
downloadAntennaPod-16caf87e2b01a288420d655e2cd151f7cf576749.zip
Reduced number of lint warnings
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/gpodnetauth_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/gpodnetauth_activity.xml b/res/layout/gpodnetauth_activity.xml
index cd428fbdf..c096c20cf 100644
--- a/res/layout/gpodnetauth_activity.xml
+++ b/res/layout/gpodnetauth_activity.xml
@@ -6,5 +6,5 @@
<ViewFlipper
android:id="@+id/viewflipper"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="wrap_content"/>
</ScrollView> \ No newline at end of file