My favorites
▼
|
Sign in
myandroidwidgets
Sample Apps for Android
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
CustomExpandableListView
/
res
/
layout
/
child_layout.xml
‹r15
r56
1
2
3
4
5
6
7
8
9
10
11
<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent" android:layout_height="45dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@+id/ImageView01" android:src="@drawable/icon"
android:layout_height="40dip" android:layout_width="40dip" android:layout_marginLeft="40dip"></ImageView>
<TextView android:layout_width="fill_parent"
android:layout_height="45dip" android:paddingLeft="5dip"
android:paddingRight="5dip" android:textStyle="bold" android:textSize="17dip"
android:gravity="center_vertical" android:id="@+id/tvChild"
android:text="Children" android:textColor="#ffCCCC22"></TextView>
</LinearLayout>
Show details
Hide details
Change log
r34
by coomar.101 on Nov 24, 2010
Diff
Add images for the children and groups
Go to:
...View/res/layout/child_layout.xml
...View/res/layout/group_layout.xml
Project members,
sign in
to write a code review
Older revisions
r15
by coomar.101 on Sep 16, 2010
Diff
Initial Commit
All revisions of this file
File info
Size: 684 bytes, 11 lines
View raw file
Powered by
Google Project Hosting