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

Commit de6007cb authored by Henrik Tuszynski's avatar Henrik Tuszynski Committed by Johan Redestig
Browse files

A button in the master clear information screen was partly hidden.

The master reset button was partially hidden in landscape mode.
This change nests the current layout in a ScrollView making the
layout scrollable.

Change-Id: I2f7b8a222e3a25930b134314640b1c765b964254
parent a7ece710
Loading
Loading
Loading
Loading
+20 −16
Original line number Diff line number Diff line
@@ -17,20 +17,24 @@
** limitations under the License.
*/
-->

<LinearLayout
            xmlns:android="http://schemas.android.com/apk/res/android"
            style="@style/info_layout">

    <ScrollView
            android:layout_width="fill_parent"
            android:layout_height="0dip"
            android:layout_weight="1">
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="18sp"
            android:text="@string/master_clear_desc" />

    <Button android:id="@+id/initiate_master_clear"
    </ScrollView>
    <Button
            android:id="@+id/initiate_master_clear"
            android:layout_gravity="center_horizontal"
        android:layout_marginTop="40dip"
            android:layout_marginTop="20dip"
            android:layout_width="150dip"
            android:layout_height="wrap_content"
            android:text="@string/master_clear_button_text"