diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-28 14:47:20 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-28 14:47:20 +0100 |
| commit | 6352799ccb7d7b9c7d006fd1149b1a977f78e9b3 (patch) | |
| tree | b4db91f52d0c0777be3ff92ca1beb3b8c0bab91c /src/ui/android/res/layout/alternative_item.xml | |
| parent | b1611eccd82fa28d3a701a87291dc8d83537071e (diff) | |
| parent | a45c735545052501e53ecccfa33d0c3e42cc25fd (diff) | |
Merge branch 'master' into new-website
# Conflicts:
# index.html
Diffstat (limited to 'src/ui/android/res/layout/alternative_item.xml')
| -rw-r--r-- | src/ui/android/res/layout/alternative_item.xml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/ui/android/res/layout/alternative_item.xml b/src/ui/android/res/layout/alternative_item.xml deleted file mode 100644 index f35d1b938..000000000 --- a/src/ui/android/res/layout/alternative_item.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" > - <ImageView - android:id="@+id/arrow" - android:layout_width="30dp" - android:layout_height="30dp" - android:contentDescription="@string/open_image" - android:src="@drawable/open_arrow" - android:paddingLeft="10dp" - android:paddingRight="5dp" /> - - <TextView - android:id="@+id/alternative_desc" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_toRightOf="@id/arrow" - android:paddingLeft="10dp" - android:textSize="25sp"/> - - <org.grammaticalframework.ui.android.ParseTreeView - android:id="@+id/desc_details" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_below="@id/alternative_desc" - android:textSize="25sp" - /> - - <TextView - android:id="@+id/abstract_tree" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_below="@id/desc_details" - android:textSize="15sp"/> -</RelativeLayout>
\ No newline at end of file |
