Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Stavor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Orekit
Stavor
Commits
efd09836
Commit
efd09836
authored
10 years ago
by
Xavier Gibert
Browse files
Options
Downloads
Patches
Plain Diff
mission editor layout and activity
parent
fd39dba9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AndroidManifest.xml
+5
-0
5 additions, 0 deletions
AndroidManifest.xml
res/layout/mission.xml
+19
-1
19 additions, 1 deletion
res/layout/mission.xml
res/values/strings.xml
+1
-0
1 addition, 0 deletions
res/values/strings.xml
with
25 additions
and
1 deletion
AndroidManifest.xml
+
5
−
0
View file @
efd09836
...
...
@@ -40,6 +40,11 @@
android:label=
"@string/about"
android:screenOrientation=
"portrait"
>
</activity>
<activity
android:name=
"cs.si.satatt.MissionActivity"
android:label=
"@string/mission_editor"
>
</activity>
</application>
</manifest>
This diff is collapsed.
Click to expand it.
res/layout/mission.xml
+
19
−
1
View file @
efd09836
...
...
@@ -71,7 +71,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"10dp"
android:text=
"@string/mission_
tim
e"
/>
android:text=
"@string/mission_
dat
e"
/>
<DatePicker
android:id=
"@+id/datePicker1"
...
...
@@ -80,6 +80,24 @@
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<TextView
android:id=
"@+id/textView8"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"10dp"
android:text=
"@string/mission_time"
/>
<TimePicker
android:id=
"@+id/timePicker1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
...
...
This diff is collapsed.
Click to expand it.
res/values/strings.xml
+
1
−
0
View file @
efd09836
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<string
name=
"mission_editor"
>
Mission editor
</string>
<string
name=
"mission_name"
>
Name:
</string>
<string
name=
"mission_description"
>
Description:
</string>
<string
name=
"mission_time"
>
Time:
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment