My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<LinearLayout android:id="@+id/LinearLayout01"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:gravity="center_vertical"
android:layout_height="30dip" android:background="#ff2222dd">
<ImageView android:id="@+id/titleIcon" android:layout_height="30dip"
android:layout_width="30dip" android:src="@drawable/icon"
android:scaleType="fitCenter"></ImageView>
<TextView android:layout_width="wrap_content"
android:layout_weight="1" android:layout_height="fill_parent"
android:id="@+id/titleText" android:gravity="center_vertical"
android:text="Custom Title" android:textStyle="bold"
android:paddingLeft="5dip" android:paddingRight="5dip"></TextView>
<ProgressBar android:layout_height="25dip"
android:layout_width="25dip" android:id="@+id/titleProgress"></ProgressBar>
</LinearLayout>

Change log

r24 by coomar.101 on Oct 12, 2010   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r22 by coomar.101 on Oct 12, 2010   Diff
[No log message]
All revisions of this file

File info

Size: 852 bytes, 15 lines
Powered by Google Project Hosting