Skip to content

Commit

Permalink
Moved auto suggest list below to ensure that it's z-index is higher t…
Browse files Browse the repository at this point in the history
…han other components. This will help user select options from auto suggest dropdown
  • Loading branch information
priyaaank committed Aug 8, 2012
1 parent f843bfb commit 9139266
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions res/layout/shopping_list_detail_listing.xml
Expand Up @@ -81,16 +81,6 @@
android:textSize="18sp"
android:hint="e.g. Tomato Ketchup" />

<ListView android:id="@+id/auto_suggest_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/search_product_box"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="0dp"
android:layout_marginBottom="dp"
android:drawSelectorOnTop="false"/>

<LinearLayout android:id="@+id/list_detail_item_list_count_layout"
android:background="@drawable/custom_title_bar_gradient_color"
android:layout_width="fill_parent"
Expand Down Expand Up @@ -131,4 +121,14 @@
android:divider="@android:color/transparent"
android:drawSelectorOnTop="false"/>

<ListView android:id="@+id/auto_suggest_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/search_product_box"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="0dp"
android:layout_marginBottom="dp"
android:drawSelectorOnTop="false"/>

</RelativeLayout>

0 comments on commit 9139266

Please sign in to comment.