An error occurred while fetching merge requests data.

connection to real api

parent f6b9b6b9
......@@ -8,37 +8,40 @@
name="viewModel"
type="com.example.zxa01.iotclient.component.home.device.DeviceViewModel" />
</data>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".component.home.device.create.DeviceCreateFragment">
<LinearLayout
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
tools:context=".component.home.device.create.DeviceCreateFragment">
<TextView
android:id="@+id/textView"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorLighter"
android:fontFamily="monospace"
android:padding="@dimen/padding"
android:text="@string/create_title"
android:textAlignment="center"
android:textSize="@dimen/font" />
<EditText
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_sm"
android:hint="@string/create_input_placeholder"
android:padding="@dimen/padding_lg" />
</LinearLayout>
</FrameLayout>
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorLightest"
android:fontFamily="monospace"
android:padding="@dimen/padding"
android:text="@string/create_title"
android:textAlignment="center"
android:textSize="@dimen/font" />
<EditText
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_sm"
android:hint="@string/create_input_placeholder"
android:padding="@dimen/padding_lg"
android:textColorHighlight="@color/colorPrimary"
android:textColorLink="@color/colorLight" />
</LinearLayout>
</FrameLayout>
</layout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment