Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mathias Stanger
yasc
Commits
53fee344
Commit
53fee344
authored
Apr 13, 2016
by
Mathias Stanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Status-Taste entfernt.
parent
d322fec2
Pipeline
#197
skipped
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
app/src/main/java/de/matsta/yasc/fragments/ControlFragment.java
...c/main/java/de/matsta/yasc/fragments/ControlFragment.java
+0
-8
app/src/main/res/layout/control_fragment.xml
app/src/main/res/layout/control_fragment.xml
+0
-7
No files found.
app/src/main/java/de/matsta/yasc/fragments/ControlFragment.java
View file @
53fee344
...
...
@@ -27,8 +27,6 @@ public class ControlFragment extends ChronosFragment {
Button
mBtnBuzz
;
@Bind
(
R
.
id
.
btnUnlock
)
Button
mBtnUnlock
;
@Bind
(
R
.
id
.
btnStatus
)
Button
mBtnStatus
;
@Nullable
@Override
...
...
@@ -52,12 +50,6 @@ public class ControlFragment extends ChronosFragment {
}
});
mBtnStatus
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
v
)
{
executeRemote
(
"status"
);
}
});
return
view
;
}
...
...
app/src/main/res/layout/control_fragment.xml
View file @
53fee344
...
...
@@ -17,11 +17,4 @@
android:id=
"@+id/btnUnlock"
android:layout_gravity=
"center_horizontal"
/>
<Button
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"Status"
android:id=
"@+id/btnStatus"
android:layout_gravity=
"center_horizontal"
/>
</LinearLayout>
\ No newline at end of file
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