Added logo and made login page slightly more clear.
This commit is contained in:
parent
86623c634a
commit
0a45b72391
8 changed files with 65 additions and 24 deletions
|
@ -43,7 +43,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:inputType="text"
|
||||
android:ems="10"
|
||||
android:id="@+id/field_content_warning" />
|
||||
android:id="@+id/field_content_warning"
|
||||
android:hint="@string/hint_content_warning" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -59,7 +60,7 @@
|
|||
android:ems="10"
|
||||
android:gravity="top|start"
|
||||
android:id="@+id/field_status"
|
||||
android:contentDescription="@string/description_compose" />
|
||||
android:hint="@string/hint_compose" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
<EditText
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="textPersonName"
|
||||
android:contentDescription="@string/description_domain"
|
||||
android:inputType="textUri"
|
||||
android:hint="@string/hint_domain"
|
||||
android:ems="10"
|
||||
android:id="@+id/edit_text_domain" />
|
||||
|
||||
|
@ -45,7 +45,14 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:id="@+id/text_error" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/no_account"
|
||||
android:text="@string/link_no_account" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue