pb_float_view_content.xml 573 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:background="@drawable/pb_login_select_bg" >
  6. <GridView
  7. android:id="@+id/pb_float_view_grid_view"
  8. android:layout_width="260dip"
  9. android:layout_height="wrap_content"
  10. android:cacheColorHint="#00000000"
  11. android:fadingEdge="none"
  12. android:numColumns="4"
  13. android:scrollbars="none" >
  14. </GridView>
  15. </LinearLayout>