|
@@ -55,6 +55,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/edtSelfHostedURL"
|
|
|
+ android:text="192.168.100.141:22000"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center_vertical"
|
|
@@ -107,7 +108,8 @@
|
|
|
android:tint="@color/body_text_3" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/editDatabaseName"
|
|
|
+ android:id="@+id/edtDatabaseName"
|
|
|
+ android:text="odoo"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center_vertical"
|
|
@@ -143,6 +145,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/edtUserName"
|
|
|
+ android:text="admin"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center_vertical"
|
|
@@ -178,6 +181,7 @@
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/edtPassword"
|
|
|
+ android:text="admin"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center_vertical"
|