Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
QR-code-reader
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
QR-code-reader
Commits
195475c9
Commit
195475c9
authored
Oct 18, 2016
by
djamel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix minor bug
parent
162c8ad4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
0 deletions
+23
-0
APK/app-debug.apk
APK/app-debug.apk
+0
-0
Development/app/src/main/res/drawable/background.png
Development/app/src/main/res/drawable/background.png
+0
-0
Development/app/src/main/res/layout/activity_login.xml
Development/app/src/main/res/layout/activity_login.xml
+9
-0
Development/app/src/main/res/layout/activity_read__qr__code.xml
...pment/app/src/main/res/layout/activity_read__qr__code.xml
+9
-0
Development/app/src/main/res/values/styles.xml
Development/app/src/main/res/values/styles.xml
+5
-0
No files found.
APK/app-debug.apk
View file @
195475c9
No preview for this file type
Development/app/src/main/res/drawable/background.png
0 → 100644
View file @
195475c9
20.8 KB
Development/app/src/main/res/layout/activity_login.xml
View file @
195475c9
...
...
@@ -69,4 +69,13 @@
android:layout_alignParentRight=
"true"
android:layout_alignParentEnd=
"false"
android:layout_below=
"@+id/text_port"
/>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
style=
"@style/BackGroundImageView"
android:layout_marginTop=
"15dp"
android:id=
"@+id/imageView"
android:layout_below=
"@+id/button_ipAddress"
android:layout_centerHorizontal=
"true"
/>
</RelativeLayout>
\ No newline at end of file
Development/app/src/main/res/layout/activity_read__qr__code.xml
View file @
195475c9
...
...
@@ -84,4 +84,13 @@
>
</Button>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
style=
"@style/BackGroundImageView"
android:layout_marginTop=
"15dp"
android:id=
"@+id/imageView"
android:layout_below=
"@+id/Scanner"
android:layout_centerHorizontal=
"true"
/>
</RelativeLayout>
\ No newline at end of file
Development/app/src/main/res/values/styles.xml
View file @
195475c9
<resources>
<style
name=
"AppTheme"
parent=
"Theme.AppCompat.Light"
/>
<style
name=
"BackGroundImageView"
>
<item
name=
"android:alpha"
>
0.5
</item>
<item
name=
"android:scaleType"
>
fitXY
</item>
<item
name=
"android:src"
>
@drawable/background
</item>
</style>
</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