Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
d710f4bb
Commit
d710f4bb
authored
Jul 09, 2018
by
Sajal Narang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ScrollView to LoginActivity, fix #146
parent
e399dd26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
72 deletions
+73
-72
app/src/main/res/layout/activity_login.xml
app/src/main/res/layout/activity_login.xml
+73
-72
No files found.
app/src/main/res/layout/activity_login.xml
View file @
d710f4bb
<?xml version="1.0" encoding="utf-8"?>
<
LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
ScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:focusable=
"true"
android:focusableInTouchMode=
"true"
android:orientation=
"vertical"
android:weightSum=
"2"
>
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"199
dp"
android:layout_marginBottom=
"15
dp"
android:layout_height=
"200
dp"
android:layout_marginBottom=
"20
dp"
android:contentDescription=
"InstiApp"
android:paddingLeft=
"100dp"
android:paddingRight=
"100dp"
...
...
@@ -35,8 +37,8 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_par
ent"
android:layout_weight=
"1
"
android:layout_height=
"wrap_cont
ent"
android:layout_marginTop=
"100dp
"
android:orientation=
"vertical"
android:padding=
"20dp"
>
...
...
@@ -50,7 +52,6 @@
android:id=
"@+id/login_username"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"LDAP ID"
android:inputType=
"text"
/>
</android.support.design.widget.TextInputLayout>
...
...
@@ -66,7 +67,6 @@
android:id=
"@+id/login_password"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"Password"
android:inputType=
"textPassword"
/>
</android.support.design.widget.TextInputLayout>
...
...
@@ -96,4 +96,5 @@
android:textAppearance=
"@style/TextAppearance.AppCompat.Light.SearchResult.Subtitle"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
</ScrollView>
\ No newline at end of file
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