~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.2.1/pjsip-apps/src/swig/java/android/res/layout/dlg_add_buddy.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<TableLayout
 
3
    xmlns:android="http://schemas.android.com/apk/res/android"
 
4
    android:padding = "20dp"
 
5
    android:layout_width="match_parent"
 
6
    android:layout_height="match_parent">
 
7
        <TableRow>
 
8
        <TextView android:text="Buddy URI">
 
9
        </TextView>  
 
10
 
 
11
            <EditText
 
12
                android:id="@+id/editTextUri"
 
13
                android:layout_weight="1"
 
14
                android:inputType="textUri|textEmailAddress" >
 
15
 
 
16
                <requestFocus />
 
17
            </EditText>
 
18
    </TableRow>
 
19
        <TableRow>
 
20
        <CheckBox
 
21
            android:id="@+id/checkBoxSubscribe"
 
22
            android:layout_column="1"
 
23
            android:text="Subscribe presence" />
 
24
    </TableRow>
 
25
</TableLayout>