Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IOTClient
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lola
IOTClient
Commits
e809f283
Commit
e809f283
authored
May 10, 2019
by
DESKTOP-NFGF3PG\zxa01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
connection to real api
parent
f6b9b6b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
27 deletions
+30
-27
app/src/main/res/layout/fragment_device_create.xml
app/src/main/res/layout/fragment_device_create.xml
+30
-27
No files found.
app/src/main/res/layout/fragment_device_create.xml
View file @
e809f283
...
...
@@ -8,7 +8,8 @@
name=
"viewModel"
type=
"com.example.zxa01.iotclient.component.home.device.DeviceViewModel"
/>
</data>
<FrameLayout
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".component.home.device.create.DeviceCreateFragment"
>
...
...
@@ -22,7 +23,7 @@
android:id=
"@+id/textView"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/colorLighter
"
android:background=
"@color/colorLightest
"
android:fontFamily=
"monospace"
android:padding=
"@dimen/padding"
android:text=
"@string/create_title"
...
...
@@ -35,10 +36,12 @@
android:layout_height=
"wrap_content"
android:layout_margin=
"@dimen/margin_sm"
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>
</FrameLayout>
</FrameLayout>
</layout>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment