Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <HorizontalScrollView
  2. android:layout_width="fill_parent"
  3. android:layout_height="wrap_content"
  4. android:layout_weight="0.5"
  5. android:id="@+id/horizontalScrollView2" >
  6.  
  7. <LinearLayout
  8. android:orientation="horizontal"
  9. android:layout_width="fill_parent"
  10. android:layout_height="wrap_content"
  11. android:id="@+id/categoria"
  12. android:layout_weight="0.5"
  13. >
  14.  
  15.  
  16.  
  17. </LinearLayout>
  18. </HorizontalScrollView>
  19.  
  20. imageButton.setImageBitmap(bMap);
  21. imageButton.setId(Integer.parseInt(categorias.get(i).id));
  22. layoutC.addView(imageButton);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement