Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Agendador
Mobile
Commits
0a3d5a3e
Commit
0a3d5a3e
authored
May 31, 2017
by
Lucas Braz Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ISSUE AGILE#152: Receiving dependents on scheduling [WIP]
Signed-off-by:
Lucas B. Cunha
<
lbc16@inf.ufpr.br
>
parent
94c7e473
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
app/src/main/java/br/ufpr/c3sl/agendador/agendador/SchedulingActivity.java
.../br/ufpr/c3sl/agendador/agendador/SchedulingActivity.java
+1
-1
app/src/main/res/layout/content_scheduling.xml
app/src/main/res/layout/content_scheduling.xml
+6
-5
app/src/main/res/values/strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/main/java/br/ufpr/c3sl/agendador/agendador/SchedulingActivity.java
View file @
0a3d5a3e
app/src/main/res/layout/content_scheduling.xml
View file @
0a3d5a3e
...
...
@@ -129,18 +129,19 @@
android:layout_width=
"35dp"
android:layout_height=
"35dp"
android:layout_gravity=
"center"
android:contentDescription=
"@string/highlight_date_accessibility"
android:src=
"@drawable/date_highlight"
/>
<TextView
android:id=
"@+id/tv_account_state"
android:layout_width=
"wrap_content"
android:layout_height=
"
wrap_content
"
android:
layout_gravity=
"center
"
android:layout_margin
Left=
"10
dp"
android:layout_margin
Right=
"10
dp"
android:layout_height=
"
45dp
"
android:
gravity=
"center_vertical|center_horizontal|start
"
android:layout_margin
Start=
"14
dp"
android:layout_margin
End=
"35
dp"
android:text=
"@string/scheduling_date"
android:textColor=
"@color/colorBlack"
android:textSize=
"16sp"
/>
android:textSize=
"16sp"
/>
</LinearLayout>
...
...
app/src/main/res/values/strings.xml
View file @
0a3d5a3e
...
...
@@ -145,4 +145,5 @@
<item>
Dom
</item>
</string-array>
<string
name=
"scheduling_date"
>
Datas disponíveis
</string>
<string
name=
"highlight_date_accessibility"
>
Círculo ao redor de uma data demonstra que ela está disponível para agendamento
</string>
</resources>
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