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

Commit 358d1825 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix build

Change-Id: Ic2eacc240e693cb523c9189c7bd62e1bf17fd85c
parent 871bbbd0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content" >

    <CheckBox
        android:id="@+id/checkbox"
        style="?android:attr/textAppearanceMedium"
        android:text="@string/wifi_scan_notify_remember_choice"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_margin="5dp" />
</FrameLayout>