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

Commit 00008b43 authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

Merge "Add save/load/clear buttons to LE broadcast test app" into main

parents b51fc4c1 3ff755a2
Loading
Loading
Loading
Loading
+468 −221

File changed.

Preview size limit exceeded, changes collapsed.

+17 −0
Original line number Diff line number Diff line
@@ -127,4 +127,21 @@
            min="1" />
    </LinearLayout>

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <Button
            android:id="@+id/load_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Load saved values" />
        <Button
            android:id="@+id/clear_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Clear saved broadcasts" />
    </LinearLayout>

</LinearLayout>
 No newline at end of file