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

Commit 191e7baa authored by Michael Bestas's avatar Michael Bestas Committed by Abhisek Devkota
Browse files

Improve owner info screen UI

Change-Id: Ifb9ec0a3a90974e61f8f95f122485385fc59d5ce
parent 4cc23fe4
Loading
Loading
Loading
Loading
+6 −11
Original line number Original line Diff line number Diff line
@@ -18,6 +18,8 @@
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:orientation="vertical"
    android:scrollbars="vertical"
    android:scrollbars="vertical"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:background="@color/background_color_white">
    android:background="@color/background_color_white">


    <ScrollView
    <ScrollView
@@ -33,13 +35,6 @@
            android:paddingStart="?android:attr/listPreferredItemPaddingStart"
            android:paddingStart="?android:attr/listPreferredItemPaddingStart"
            android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
            android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">


            <View
                android:paddingTop="53dip"
                android:layout_width="match_parent"
                android:layout_height="1dip"
                android:background="@color/ownerinfo_divider_color"
                />

            <EditText android:id="@+id/owner_info_nickname"
            <EditText android:id="@+id/owner_info_nickname"
                android:layout_width="match_parent"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
@@ -55,8 +50,8 @@
                android:gravity="center_vertical"
                android:gravity="center_vertical"
                android:layout_marginTop="8dip"
                android:layout_marginTop="8dip"
                android:text="@string/show_owner_info_on_lockscreen_label"
                android:text="@string/show_owner_info_on_lockscreen_label"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:textAppearance="@android:style/TextAppearance.Material.Subhead"
                android:textColor="?android:attr/textColorSecondary"
                android:textColor="?android:attr/textColorPrimary"
            />
            />


            <View
            <View
@@ -68,10 +63,10 @@
            <EditText android:id="@+id/owner_info_edit_text"
            <EditText android:id="@+id/owner_info_edit_text"
                android:layout_width="match_parent"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginStart="62dip"
                android:layout_marginTop="8dip"
                android:layout_marginTop="40dip"
                android:gravity="top"
                android:gravity="top"
                android:hint="@string/owner_info_settings_edit_text_hint"
                android:hint="@string/owner_info_settings_edit_text_hint"
                android:minLines="1"
                android:lines="8"
                android:lines="8"
                android:maxLines="8"
                android:maxLines="8"
                android:inputType="textMultiLine|textCapSentences"
                android:inputType="textMultiLine|textCapSentences"