~ubuntuone-client-engineering/ubuntu-sso-android-library/trunk

« back to all changes in this revision

Viewing changes to res/layout/sso_entry.xml

  • Committer: Michał Karnicki
  • Date: 2011-10-11 13:44:52 UTC
  • Revision ID: mkarnicki@gmail.com-20111011134452-2ist5ebgsmoodp05
Add intent filter. Rename one constant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
3
        android:layout_width="wrap_content"
4
 
        android:layout_height="wrap_content"
5
 
        android:background="@android:color/white" >
6
 
        <FrameLayout
7
 
                android:layout_width="fill_parent"
8
 
                android:layout_height="fill_parent" >
9
 
                <ImageView
10
 
                        android:id="@+id/login_image"
11
 
                        android:src="@drawable/sso_logo"
12
 
                        android:layout_width="wrap_content"
13
 
                        android:layout_height="wrap_content"
14
 
                        android:layout_gravity="center" />
15
 
        </FrameLayout>
16
 
</RelativeLayout>
 
4
        android:layout_height="wrap_content" >
 
5
</LinearLayout>