android - Unable to swipe down when spinners included -
Text after "
Uses the layout given to my Android app (see About 7 more AutoCompleteTextViews and 5 more spinners) But I am not able to swipe the screen, whether the problem is connected in some way or is there more chance with the activity? Any help would be great since I'm stuck here
& lt; RelativeLayout xmlns:. Android = "http://schemas.android.com/apk/res/android" xmlns: device = "http://schemas.android.com/tools" Android: layout_width = "match_parent" Android: layout_height = "match_parent" Android: paddingTop = "@ Dimen / activity_vertical_margin" tool: reference: Android: paddingBottom = "@ Dimen / activity_vertical_margin" Android: paddingLeft = "@ Dimen / activity_horizontal_margin" Android: paddingRight = "@ Dimen / activity_horizontal_margin" Android: paddingTop = = "ComkexamplekmegkmyapplicationkActivity" android: gravity = "Center_horizontal" Android: weightSum = "1" Android: baseline Alliance = "false" & gt; & Lt; AutoCompleteTextView android: id = "@ + id / View1" Android: layout_width = "300dp" Android: layout_height = "wrap_content" Android: inputType = "textPersonName" Android: Maxlines = "1" Android: singleLine = "true" Android: imeOptions = "actionDone" Android: textSize = "15sp" android: padding = "L0dp" Android: textcolor = "# a9a9a9" Android: layout_marginBottom = "5dp" / & gt; ... & lt; Spinner Android: id = "@ + id / spinner1" Android: layout_width = "fill_parent" android: layout_height = "wrap_content" /> ... & lt; / Relative layout & gt;
add a scrollview
& lt; scrollview android: id = "@ + id / scrollView1" Android: layout_width = "match_parent" Android: layout_height = "wrap_content" Android: layout_weight = "1" & gt; & Lt; AutoCompleteTextView Android: ID = "@ + id / View1" Android: layout_width = "300dp" Android: layout_height = "wrap_content" Android: inputType = "textPersonName" Android: Maxlines = "1" Android: singleLine = "true" Android: imeOptions = "actionDone" Android: textSize = "15sp" android: padding = "L0dp" Android: textcolor = "# a9a9a9" Android: layout_marginBottom = "5dp" / & gt; ... and & lt; Spinner Android: id = "@ + id / spinner1" Android: layout_width = "fill_parent" android: layout_height = "wrap_content" /> ... & lt; / ScrollView & gt;
Comments
Post a Comment