Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a23d4ac authored by Ricki Hirner's avatar Ricki Hirner Committed by rfc2822
Browse files

Make server URL, user name and password horizontally scrollable (fixes

#241)
parent e40b997a
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:scrollbars="vertical" >
    android:layout_height="fill_parent" >

    <GridLayout
        android:layout_width="fill_parent"
@@ -30,6 +29,8 @@
            android:hint="myserver/dav/"
            android:inputType="textUri"
            android:layout_width="0dp"
            android:scrollHorizontally="true"
            android:scrollbars="horizontal"
            android:text="" />

        <TextView
@@ -51,6 +52,9 @@
            android:id="@+id/userName"
            android:layout_gravity="fill_horizontal"
            android:inputType="textNoSuggestions|textEmailAddress"
            android:layout_width="0dp"
            android:scrollHorizontally="true"
            android:scrollbars="horizontal"
            android:text="" />

        <TextView
@@ -61,6 +65,9 @@
            android:id="@+id/password"
            android:layout_gravity="fill_horizontal"
            android:inputType="textPassword"
            android:layout_width="0dp"
            android:scrollHorizontally="true"
            android:scrollbars="horizontal"
            android:text="" />
        
        <CheckBox