~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/activity_call.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
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
3
    android:layout_width="match_parent"
 
4
    android:layout_height="match_parent"
 
5
    android:gravity="center"
 
6
    android:paddingBottom="@dimen/activity_vertical_margin"
 
7
    android:paddingLeft="@dimen/activity_horizontal_margin"
 
8
    android:paddingRight="@dimen/activity_horizontal_margin"
 
9
    android:paddingTop="@dimen/activity_vertical_margin"
 
10
    android:orientation="vertical" >
 
11
 
 
12
    <TextView
 
13
        android:id="@+id/textViewPeer"
 
14
        android:layout_width="match_parent"
 
15
        android:layout_height="wrap_content"
 
16
        android:gravity="center_horizontal"
 
17
        android:text="Peer URI"
 
18
        android:textAppearance="?android:attr/textAppearanceLarge" />
 
19
 
 
20
    <TextView
 
21
        android:id="@+id/textViewCallState"
 
22
        android:layout_width="match_parent"
 
23
        android:layout_height="wrap_content"
 
24
        android:gravity="center"
 
25
        android:text="Call state" />
 
26
 
 
27
    <Button
 
28
        android:id="@+id/buttonAccept"
 
29
        android:layout_width="match_parent"
 
30
        android:layout_height="wrap_content"
 
31
        android:onClick="acceptCall"
 
32
        android:text="Accept" />
 
33
 
 
34
    <Button
 
35
        android:id="@+id/buttonHangup"
 
36
        android:layout_width="match_parent"
 
37
        android:layout_height="wrap_content"
 
38
        android:onClick="hangupCall"
 
39
        android:text="Reject" />
 
40
 
 
41
</LinearLayout>
 
 
b'\\ No newline at end of file'