Skip to content
Snippets Groups Projects
Commit c3c6e0ef authored by Xavier Gibert's avatar Xavier Gibert
Browse files

bugfix

parent 7b23921d
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
android:layout_height="wrap_content" > android:layout_height="wrap_content" >
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" > android:orientation="vertical" >
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
<EditText <EditText
android:id="@+id/EditTextMissionA" android:id="@+id/EditTextMissionA"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
<EditText <EditText
android:id="@+id/EditTextMissionE" android:id="@+id/EditTextMissionE"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
<EditText <EditText
android:id="@+id/EditTextMissionI" android:id="@+id/EditTextMissionI"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
<EditText <EditText
android:id="@+id/EditTextMissionOmega" android:id="@+id/EditTextMissionOmega"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
<EditText <EditText
android:id="@+id/EditTextMissionRaan" android:id="@+id/EditTextMissionRaan"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
<EditText <EditText
android:id="@+id/editTextMissionLm" android:id="@+id/editTextMissionLm"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:ems="10" android:ems="10"
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<string name="basic_indicator_attitude">Attitude</string> <string name="basic_indicator_attitude">Attitude</string>
<string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string>
<string name="action_screenshot">WiFi Display</string> <string name="action_screenshot">About</string>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_reset_conf">Reset Conf.</string> <string name="action_reset_conf">Reset Conf.</string>
<string name="action_reset_db">Reset Missions</string> <string name="action_reset_db">Reset Missions</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment