Updates and more.

This commit is contained in:
Amine
2017-10-27 18:48:22 +02:00
parent 5afc04a630
commit a9b61853b9
46 changed files with 118 additions and 224 deletions
+1 -2
View File
@@ -55,9 +55,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/prompt_url"
android:imeActionId="@+id/login"
android:inputType="textUri"
android:imeOptions="actionUnspecified"
android:inputType="textUri"
android:maxLines="1"
/>
-11
View File
@@ -1,11 +0,0 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Switch
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true" />
</RelativeLayout>