My favorites
▼
|
Sign in
myandroidwidgets
Sample Apps for Android
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
TitleWidgetSample
/
res
/
layout
/
title_widget.xml
‹r22
r56
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>
Show details
Hide details
Change log
r24
by coomar.101 on Oct 12, 2010
Diff
[No log message]
Go to:
...mple/res/layout/title_widget.xml
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
View raw file
Powered by
Google Project Hosting