|
|
|
|
@ -163,6 +163,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:labelFor="@+id/etHost"
|
|
|
|
|
android:text="@string/title_host"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|
@ -280,6 +281,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:labelFor="@+id/etPort"
|
|
|
|
|
android:text="@string/title_port"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|
@ -330,6 +332,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:labelFor="@+id/tilPassword"
|
|
|
|
|
android:text="@string/title_password"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
|
|