Subversion Repository Public Repository

Nextrek

Diff Revisions 647 vs 658 for /Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_login2.xml

Diff revisions: vs.
  @@ -2,23 +2,20 @@
2 2 xmlns:android="http://schemas.android.com/apk/res/android"
3 3 xmlns:tools="http://schemas.android.com/tools"
4 4 android:layout_width="match_parent"
5 - android:layout_height="match_parent"
6 - tools:context="it.fedeloper.smartcharging.Controller.LoginActivity">
5 + android:layout_height="match_parent">
7 6
8 7 <LinearLayout
9 8 android:orientation="vertical"
10 9 android:layout_width="match_parent"
11 - android:layout_height="match_parent"
12 - android:weightSum="10">
10 + android:layout_height="match_parent">
13 11
14 12 <ImageView
15 13 android:layout_width="match_parent"
16 - android:layout_height="wrap_content"
14 + android:layout_height="200dp"
17 15 android:id="@+id/imageView2"
18 16 android:scaleType="fitCenter"
19 17 android:src="@drawable/screen1"
20 - android:background="#3cdbff"
21 - android:layout_weight="7" />
18 + android:background="#3cdbff" />
22 19
23 20 <ScrollView
24 21 android:layout_width="match_parent"
  @@ -28,6 +25,7 @@
28 25 android:layout_width="match_parent"
29 26 android:layout_height="wrap_content"
30 27 android:padding="@dimen/space_16dp"
28 + android:layout_marginBottom="@dimen/space_16dp"
31 29 android:layout_weight="3">
32 30
33 31 <RelativeLayout