diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-07-05 21:12:50 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-07-05 21:12:50 +0200 |
commit | 16caf87e2b01a288420d655e2cd151f7cf576749 (patch) | |
tree | 5d74111ac58f6890c5657128af78f718e084fc34 /res/layout | |
parent | 4f8c934595f5d2aa01b642d7d4489de3ad25df39 (diff) | |
download | AntennaPod-16caf87e2b01a288420d655e2cd151f7cf576749.zip |
Reduced number of lint warnings
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/gpodnetauth_activity.xml | 2 |
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 |