Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Zabka
Companion App Android
Commits
9329a4ce
Commit
9329a4ce
authored
Aug 19, 2019
by
Anon
Browse files
Reformat file transfer fragment layout.
parent
077c532c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/file_transfer_fragment.xml
View file @
9329a4ce
...
...
@@ -12,7 +12,7 @@
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
android:text=
"@string/file_transfer_button_pick_file"
/>
android:text=
"@string/file_transfer_button_pick_file"
/>
<TextView
android:id=
"@+id/label_selected"
...
...
@@ -23,7 +23,7 @@
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/button_pick_file"
android:text=
"@string/file_transfer_label_no_file_selected"
/>
android:text=
"@string/file_transfer_label_no_file_selected"
/>
<Button
android:id=
"@+id/button_start_stop_transfer"
...
...
@@ -42,7 +42,7 @@
android:layout_marginTop=
"@dimen/send_label_margin"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/button_start_stop_transfer"
/>
app:layout_constraintTop_toBottomOf=
"@id/button_start_stop_transfer"
/>
<ProgressBar
android:id=
"@+id/progress"
...
...
@@ -53,6 +53,6 @@
android:layout_marginTop=
"@dimen/send_label_margin"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/label_status"
/>
app:layout_constraintTop_toBottomOf=
"@id/label_status"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
Write
Preview
Supports
Markdown
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