Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS123-CanteeneoAndroid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Willard Torres
CS123-CanteeneoAndroid
Commits
a1ee6884
Commit
a1ee6884
authored
Dec 06, 2016
by
Willard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change accent color, minor UI changes
parent
5ee9eb0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
activity_nav_drawer.xml
app/src/main/res/layout/activity_nav_drawer.xml
+2
-0
colors.xml
app/src/main/res/values/colors.xml
+1
-1
No files found.
app/src/main/res/layout/activity_nav_drawer.xml
View file @
a1ee6884
...
...
@@ -146,6 +146,8 @@
android:id=
"@+id/price_range_bar"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
rsb:absoluteMaxValue=
"300"
rsb:absoluteMinValue=
"0"
rsb:textAboveThumbsColor=
"#000000"
/>
...
...
app/src/main/res/values/colors.xml
View file @
a1ee6884
...
...
@@ -2,5 +2,5 @@
<resources>
<color
name=
"colorPrimary"
>
#3f51b5
</color>
<color
name=
"colorPrimaryDark"
>
#303F9F
</color>
<color
name=
"colorAccent"
>
#
FF4081
</color>
<color
name=
"colorAccent"
>
#
3100FF
</color>
</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