~ubuntu-branches/ubuntu/precise/enigmail/precise

« back to all changes in this revision

Viewing changes to build/mobile/sutagent/android/ffxcp/res/layout/main.xml

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-20 14:34:41 UTC
  • mfrom: (0.12.9)
  • Revision ID: package-import@ubuntu.com-20120120143441-i88ogg3ja1zkvw1l
Tags: 2:1.3.5-0ubuntu1
* New upstream release v1.3.5
* Drop patches that we don't need after picking up a build system refresh:
  - remove debian/patches/prbool_to_bool_conversion.diff
  - update debian/patches/series

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:orientation="vertical"
4
 
    android:layout_width="fill_parent"
5
 
    android:layout_height="fill_parent"
6
 
    >
7
 
<TextView  
8
 
    android:layout_width="fill_parent" 
9
 
    android:layout_height="wrap_content" 
10
 
    android:text="@string/hello"
11
 
    />
12
 
</LinearLayout>