summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/res/layout/change_registration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioTesterApp/res/layout/change_registration.xml')
-rw-r--r--SDL_Android/LivioTesterApp/res/layout/change_registration.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/SDL_Android/LivioTesterApp/res/layout/change_registration.xml b/SDL_Android/LivioTesterApp/res/layout/change_registration.xml
deleted file mode 100644
index 4fc1ca17c..000000000
--- a/SDL_Android/LivioTesterApp/res/layout/change_registration.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dip"
- android:layout_marginRight="10dip"
- android:orientation="vertical"
- android:paddingLeft="20dip"
- android:paddingRight="20dip" >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:textStyle="bold"
- android:gravity="center"
- android:text="@string/language"/>
-
- <Spinner android:id="@+id/spin_changeRegistration_language"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dip"
- android:textStyle="bold"
- android:gravity="center"
- android:text="@string/hmi_language"/>
-
- <Spinner android:id="@+id/spin_changeRegistration_hmiLanguage"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"/>
-
-</LinearLayout> \ No newline at end of file