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

connection to real api

parent f6b9b6b9
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
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
<FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".component.home.device.create.DeviceCreateFragment"> tools:context=".component.home.device.create.DeviceCreateFragment">
...@@ -22,7 +23,7 @@ ...@@ -22,7 +23,7 @@
android:id="@+id/textView" android:id="@+id/textView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/colorLighter" android:background="@color/colorLightest"
android:fontFamily="monospace" android:fontFamily="monospace"
android:padding="@dimen/padding" android:padding="@dimen/padding"
android:text="@string/create_title" android:text="@string/create_title"
...@@ -35,10 +36,12 @@ ...@@ -35,10 +36,12 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_sm" android:layout_margin="@dimen/margin_sm"
android:hint="@string/create_input_placeholder" android:hint="@string/create_input_placeholder"
android:padding="@dimen/padding_lg" /> android:padding="@dimen/padding_lg"
android:textColorHighlight="@color/colorPrimary"
android:textColorLink="@color/colorLight" />
</LinearLayout> </LinearLayout>
</FrameLayout> </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