aboutsummaryrefslogtreecommitdiffstats
path: root/iGetAndroid/app/src/main/res/layout/list_view_row.xml
diff options
context:
space:
mode:
authorAngelo Mantellini <angelo.mantellini@irt-systemx.fr>2018-03-21 14:16:02 +0100
committerAngelo Mantellini <angelo.mantellini@irt-systemx.fr>2018-03-21 20:46:00 +0100
commit5d308865d0783d0cd70f7453c77980835ac5648e (patch)
treeaea91e7109a81669e5b19443296cf1dec6876532 /iGetAndroid/app/src/main/res/layout/list_view_row.xml
parente90a1ec7c82519127b63931a96535ad4bc31342d (diff)
update android-sdk. Now it is possible to compile with clangandroid-sdk/master
Change-Id: I156aa48dd90467a2a7540eec11839c0111b13bd2 Signed-off-by: Angelo Mantellini <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'iGetAndroid/app/src/main/res/layout/list_view_row.xml')
-rw-r--r--iGetAndroid/app/src/main/res/layout/list_view_row.xml126
1 files changed, 0 insertions, 126 deletions
diff --git a/iGetAndroid/app/src/main/res/layout/list_view_row.xml b/iGetAndroid/app/src/main/res/layout/list_view_row.xml
deleted file mode 100644
index 9273f8f1..00000000
--- a/iGetAndroid/app/src/main/res/layout/list_view_row.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.5"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/urlLabel"
- android:layout_width="60pt"
- android:layout_height="wrap_content"
- android:paddingRight="5pt"
- android:text="urlLabel"
- android:textAlignment="textEnd" />
-
- <TextView
- android:id="@+id/urlTextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="urlTextVew" />
- </LinearLayout>
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.5"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/savedPathLabel"
- android:layout_width="60pt"
- android:layout_height="wrap_content"
- android:paddingRight="5pt"
- android:text="Saved Path"
- android:textAlignment="textEnd" />
-
- <TextView
- android:id="@+id/savedPathTextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="savedPathTextView" />
- </LinearLayout>
- </LinearLayout>
-
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.33"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/md5Label"
- android:layout_width="60pt"
- android:layout_height="wrap_content"
- android:paddingRight="5pt"
- android:text="MD5"
- android:textAlignment="textEnd" />
-
- <TextView
- android:id="@+id/md5TextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="savedPathTextView" />
- </LinearLayout>
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.33"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/sizeLabel"
- android:layout_width="60pt"
- android:layout_height="wrap_content"
- android:paddingRight="5pt"
- android:text="Size"
- android:textAlignment="textEnd" />
-
- <TextView
- android:id="@+id/sizeTextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="sizeTextView" />
- </LinearLayout>
-
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0.33"
- android:orientation="horizontal">
-
- <TextView
- android:id="@+id/dateLabel"
- android:layout_width="60pt"
- android:layout_height="wrap_content"
- android:paddingRight="5pt"
- android:text="Date"
- android:textAlignment="textEnd" />
-
- <TextView
- android:id="@+id/dateTextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="dateTextView" />
- </LinearLayout>
- </LinearLayout>
-
-
-</LinearLayout> \ No newline at end of file