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
3cab9ec1
Commit
3cab9ec1
authored
Nov 07, 2016
by
Tup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a temporary pic lang for the sliding menu
parent
210a9bf5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
NavDrawerActivity.java
app/src/main/java/com/testapp/NavDrawerActivity.java
+1
-1
TempLogo2.png
app/src/main/res/drawable/TempLogo2.png
+0
-0
nav_header_nav_drawer.xml
app/src/main/res/layout/nav_header_nav_drawer.xml
+1
-1
No files found.
app/src/main/java/com/testapp/NavDrawerActivity.java
View file @
3cab9ec1
...
...
@@ -91,7 +91,7 @@ public class NavDrawerActivity extends AppCompatActivity
c
=
getApplicationContext
();
File
httpCacheDirectory
=
new
File
(
this
.
getCacheDir
(),
"responses"
);
int
cacheSize
=
10
*
1024
*
1024
;
// 10
MiB
int
cacheSize
=
10
*
1024
*
1024
;
// 10MiB
Cache
cache
=
new
Cache
(
httpCacheDirectory
,
cacheSize
);
OkHttpClient
client
=
new
OkHttpClient
().
newBuilder
()
...
...
app/src/main/res/drawable/TempLogo2.png
0 → 100644
View file @
3cab9ec1
5.85 KB
app/src/main/res/layout/nav_header_nav_drawer.xml
View file @
3cab9ec1
...
...
@@ -17,6 +17,6 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:paddingTop=
"@dimen/nav_header_vertical_spacing"
app:srcCompat=
"@
android:drawable/sym_def_app_icon
"
/>
app:srcCompat=
"@
drawable/temp_logo
"
/>
</LinearLayout>
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