Commit e809f283 authored by DESKTOP-NFGF3PG\zxa01's avatar DESKTOP-NFGF3PG\zxa01

connection to real api

parent f6b9b6b9
...@@ -8,37 +8,40 @@ ...@@ -8,37 +8,40 @@
name="viewModel" name="viewModel"
type="com.example.zxa01.iotclient.component.home.device.DeviceViewModel" /> type="com.example.zxa01.iotclient.component.home.device.DeviceViewModel" />
</data> </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_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> tools:context=".component.home.device.create.DeviceCreateFragment">
<TextView <LinearLayout
android:id="@+id/textView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:background="@color/colorLighter" android:orientation="vertical">
android:fontFamily="monospace"
android:padding="@dimen/padding" <TextView
android:text="@string/create_title" android:id="@+id/textView"
android:textAlignment="center" android:layout_width="match_parent"
android:textSize="@dimen/font" /> android:layout_height="wrap_content"
android:background="@color/colorLightest"
<EditText android:fontFamily="monospace"
android:id="@+id/editText" android:padding="@dimen/padding"
android:layout_width="match_parent" android:text="@string/create_title"
android:layout_height="wrap_content" android:textAlignment="center"
android:layout_margin="@dimen/margin_sm" android:textSize="@dimen/font" />
android:hint="@string/create_input_placeholder"
android:padding="@dimen/padding_lg" /> <EditText
android:id="@+id/editText"
android:layout_width="match_parent"
</LinearLayout> android:layout_height="wrap_content"
</FrameLayout> 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> </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