diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
commit | cd7c8b147ad173f7071d3b1d115e913fc08c5cc3 (patch) | |
tree | a99ff136ac5458d54b1d1ee5f8856c8c46a3905e /android/res/layout | |
parent | b31a16f7bb711764fab3722898e1b459ca79a1e1 (diff) | |
download | mupdf-cd7c8b147ad173f7071d3b1d115e913fc08c5cc3.tar.xz |
Import Android demo.
Diffstat (limited to 'android/res/layout')
-rw-r--r-- | android/res/layout/main.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml new file mode 100644 index 00000000..0da95fc5 --- /dev/null +++ b/android/res/layout/main.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + > +</LinearLayout> + |