diff options
author | 2017-06-06 14:22:24 +0200 | |
---|---|---|
committer | 2017-06-07 15:01:28 +0200 | |
commit | 6358e611e09092ad121f4a85e548c0d9411ab09f (patch) | |
tree | 1e9ac163ce10ab44402dcce1566b7920afbe1bf1 /iget_android/app/src/main/res/layout/fragment_main.xml | |
parent | dca773280df13ce3ecc6d306dffd603715cf25a5 (diff) |
update applications to use new version libicnet
Change-Id: I4b2381a13cf64488baf83056fc1fa11b359d1147
Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'iget_android/app/src/main/res/layout/fragment_main.xml')
-rw-r--r-- | iget_android/app/src/main/res/layout/fragment_main.xml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/iget_android/app/src/main/res/layout/fragment_main.xml b/iget_android/app/src/main/res/layout/fragment_main.xml deleted file mode 100644 index 76f3a6c8..00000000 --- a/iget_android/app/src/main/res/layout/fragment_main.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<ScrollView - xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content"> - - <LinearLayout - style="@style/default_linear_layout_padding" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical" - > - - <TextView - style="?android:listSeparatorTextViewStyle" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/pref_category_title_general" - /> - - <TextView - android:text="Download Path" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:id="@+id/downloadPathTextView" /> - - <EditText - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:inputType="textPersonName" - android:text="http://webserver/sintel/mpd" - android:ems="10" - android:id="@+id/downloadPathEditText" /> - - <TextView - android:text="Destination Path" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:id="@+id/destinationPathTextView" /> - - <EditText - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:inputType="textPersonName" - android:text="/sdcard/IGet" - android:ems="10" - android:id="@+id/destinationPathEditText" /> - - - - <Button - android:id="@+id/start_iget" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Start IGet" /> - </LinearLayout> -</ScrollView> |