Bit of cleaning
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<EditText
|
||||
android:id="@+id/username"
|
||||
android:hint="Username"
|
||||
android:text="viish"
|
||||
android:inputType="textEmailAddress"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
@@ -32,7 +31,6 @@
|
||||
<EditText
|
||||
android:id="@+id/password"
|
||||
android:hint="Password"
|
||||
android:text="lucifer"
|
||||
android:inputType="textPassword"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
@@ -110,7 +108,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/subject"
|
||||
android:layout_toLeftOf="@id/add_participant"
|
||||
android:text="thorin.oakenshield"
|
||||
android:hint="Participant SIP address"/>
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user