mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Layout cleanup
This commit is contained in:
parent
5e25e5441b
commit
a1b15a5d04
9 changed files with 31 additions and 33 deletions
|
|
@ -45,7 +45,7 @@
|
|||
android:hint="@string/server_signup_dialog_hint_username"
|
||||
android:inputType="textShortMessage"
|
||||
android:text="antonio"
|
||||
android:textCursorDrawable="@null"/>
|
||||
android:textCursorDrawable="@null" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
android:hint="@string/server_signup_dialog_hint_password"
|
||||
android:inputType="textPassword"
|
||||
android:text="!$4EBXhSPUi4$E#oagvAisCA"
|
||||
android:textCursorDrawable="@null"/>
|
||||
android:textCursorDrawable="@null" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
android:hint="@string/server_signup_dialog_hint_url"
|
||||
android:inputType="textNoSuggestions"
|
||||
android:text="http://192.168.1.81:4533"
|
||||
android:textCursorDrawable="@null"/>
|
||||
android:textCursorDrawable="@null" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
<CheckBox
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:text="@string/server_signup_dialog_action_direct_access"/>
|
||||
android:text="@string/server_signup_dialog_action_direct_access" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/low_security_checkbox"
|
||||
|
|
@ -106,5 +106,5 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:text="@string/server_signup_dialog_action_low_security"/>
|
||||
android:text="@string/server_signup_dialog_action_low_security" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue