react-native-wifi-hotspot
Version:
A react-native implementation for handling hotspot requests and make it easier to communicate with peers!
17 lines (15 loc) • 696 B
text/xml
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/btn1"
tools:layout_editor_absoluteX="121dp"
tools:layout_editor_absoluteY="259dp" />
</android.support.constraint.ConstraintLayout>