Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
02f200e1
authored
Sep 12, 2016
by
Krishna Vemulavada
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
set the Login values dynamically
parent
0a0f9fb7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
app/src/main/java/com/vsoft/uoflservicenow/ui/LoginScreen.java
app/src/main/res/drawable-hdpi/ic_arrow_drop_down.png
app/src/main/res/layout/activity_login.xml
app/src/main/java/com/vsoft/uoflservicenow/ui/LoginScreen.java
View file @
02f200e1
...
@@ -57,7 +57,7 @@ public class LoginScreen extends Activity {
...
@@ -57,7 +57,7 @@ public class LoginScreen extends Activity {
mApplication
=
(
CatalogueApplication
)
getApplication
();
mApplication
=
(
CatalogueApplication
)
getApplication
();
PrefManager
prefManager
=
PrefManager
.
getInstance
();
PrefManager
prefManager
=
PrefManager
.
getInstance
();
prefManager
.
init
(
LoginScreen
.
this
);
prefManager
.
init
(
LoginScreen
.
this
);
//
CheckLoginValues();
CheckLoginValues
();
mPasswordEditText
.
setOnKeyListener
(
new
View
.
OnKeyListener
()
{
mPasswordEditText
.
setOnKeyListener
(
new
View
.
OnKeyListener
()
{
public
boolean
onKey
(
View
v
,
int
keyCode
,
KeyEvent
event
)
{
public
boolean
onKey
(
View
v
,
int
keyCode
,
KeyEvent
event
)
{
...
...
app/src/main/res/drawable-hdpi/ic_arrow_drop_down.png
0 → 100644
View file @
02f200e1
290 Bytes
app/src/main/res/layout/activity_login.xml
View file @
02f200e1
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
android:background=
"@drawable/username_under_bg_box"
android:background=
"@drawable/username_under_bg_box"
android:drawableLeft=
"@mipmap/ic_user_icon"
android:drawableLeft=
"@mipmap/ic_user_icon"
android:hint=
"@string/username_string"
android:hint=
"@string/username_string"
android:text=
"a0kuma18"
android:lines=
"1"
android:lines=
"1"
android:padding=
"@dimen/normal_margin"
android:padding=
"@dimen/normal_margin"
android:singleLine=
"true"
/>
android:singleLine=
"true"
/>
...
@@ -45,7 +44,6 @@
...
@@ -45,7 +44,6 @@
android:background=
"@drawable/username_under_bg_box"
android:background=
"@drawable/username_under_bg_box"
android:drawableLeft=
"@mipmap/ic_password_icon"
android:drawableLeft=
"@mipmap/ic_password_icon"
android:hint=
"@string/password_string"
android:hint=
"@string/password_string"
android:text=
"v$0ftA$win"
android:inputType=
"textPassword"
android:inputType=
"textPassword"
android:lines=
"1"
android:lines=
"1"
android:padding=
"@dimen/normal_margin"
android:padding=
"@dimen/normal_margin"
...
...
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