Sms Gratis Indosat

Phone Numbers
0 -
Example : 83832867987 Without 0

Type your Messages

Question: + =

CadZZilla

Built for Billy Gibbons (ZZ Top) by Boyd Coddington

Design: Larry Erickson, Billy Gibbons, Boyd Coddington

Based on a Cadillac Series 62 Sedanette 1948

Cost: 900.000 USD (2005)

The name is a contraction of Cadillac + ZZ Top + Godzilla (= CadZZilla)

Number plate: I8TOKYO (I ate Tokyo)

(click images for a larger view)













Vertical Gallery-like ScrollView

With the custom LinearLayout (MyHorizontalLayout.java) in last exercise "Implement custom LinearLayout for Gallery-like HorizontalScrollView", it can be implement vertical Gallery-like ScrollView also.

Vertical Gallery-like ScrollView


Keep both MainActivity.java and MyHorizontalLayout.java of last exercise no change.

Modify the layout.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<ScrollView
android:layout_width="wrap_content"
android:layout_height="fill_parent" >
<com.example.androidhorizontalscrollviewgallery.MyHorizontalLayout
android:id="@+id/mygallery"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
/>
</ScrollView>

</LinearLayout>


Related:
- GridView loading photos from SD Card


 
Copyright © 2015. About - Web Version - Mobile Version Sitemap - Contact - Privacy