Skip to content

Commit 2898baa

Browse files
committed
20/01
1 parent 385e8c8 commit 2898baa

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

app/src/main/res/layout/activity_google_sign_in.xml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
android:fontFamily="@font/audiowide"
4242
android:text="Grease Monkey"
4343
android:textColor="#000"
44-
android:textSize="45sp"
44+
android:textSize="40sp"
4545
android:theme="@style/ThemeOverlay.MyTitleText" />
4646

4747
<TextView
@@ -63,9 +63,9 @@
6363
<TextView
6464
android:id="@+id/textView"
6565
android:layout_width="377dp"
66-
android:layout_height="149dp"
66+
android:layout_height="129dp"
6767
android:layout_gravity="center_horizontal"
68-
android:layout_marginTop="30dp"
68+
android:layout_marginTop="15dp"
6969
android:gravity="center"
7070
android:text="The unauthorized reproduction or distribution of this copyrighted work is illegal. Criminal copyright infringement, including gain, is investigated by the FBI and is punishable by up to 5 years in federal prison and a fine of $250,000."
7171
android:textSize="18sp" />
@@ -100,17 +100,13 @@
100100

101101
<Button
102102
android:id="@+id/signOutButton"
103-
android:layout_width="171dp"
103+
android:layout_width="160dp"
104104
android:layout_height="wrap_content"
105-
android:layout_alignParentEnd="true"
106105
android:layout_alignParentRight="true"
107106
android:layout_alignParentBottom="true"
108-
android:layout_marginStart="23dp"
109-
android:layout_marginLeft="23dp"
110-
android:layout_marginEnd="17dp"
111-
android:layout_marginRight="17dp"
107+
android:layout_marginLeft="29dp"
108+
android:layout_marginRight="10dp"
112109
android:layout_marginBottom="8dp"
113-
android:layout_toEndOf="@+id/disconnectButton"
114110
android:layout_toRightOf="@+id/disconnectButton"
115111
android:layout_weight="2"
116112
android:background="@drawable/custom"
@@ -123,12 +119,12 @@
123119

124120
<Button
125121
android:id="@+id/disconnectButton"
126-
android:layout_width="187dp"
122+
android:layout_width="180dp"
127123
android:layout_height="wrap_content"
128124
android:layout_alignParentLeft="true"
129125
android:layout_alignParentBottom="true"
130-
android:layout_marginLeft="0dp"
131-
android:layout_marginBottom="9dp"
126+
android:layout_marginLeft="10dp"
127+
android:layout_marginBottom="8dp"
132128
android:layout_weight="2"
133129
android:background="@drawable/custom"
134130
android:gravity="center"
@@ -144,7 +140,7 @@
144140
android:layout_width="154dp"
145141
android:layout_height="65dp"
146142
android:layout_marginLeft="10dp"
147-
android:layout_marginTop="10dp"
143+
android:layout_marginTop="5dp"
148144
android:gravity="center"
149145
android:text="Database"
150146
android:textSize="14sp"
@@ -158,7 +154,7 @@
158154
android:layout_height="65dp"
159155
android:layout_alignParentEnd="true"
160156
android:layout_alignParentRight="true"
161-
android:layout_marginTop="10dp"
157+
android:layout_marginTop="5dp"
162158
android:layout_marginRight="10dp"
163159
android:layout_marginLeft="80dp"
164160
android:layout_toEndOf="@+id/button6"

app/src/main/res/layout/fragment_infofragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
android:layout_height="wrap_content"
3333
android:layout_gravity="center"
3434
android:layout_marginLeft="10dp"
35-
android:layout_marginTop="30dp"
35+
android:layout_marginTop="40dp"
3636
android:layout_marginRight="10dp"
3737
android:gravity="center"
3838
android:text="source 1"

0 commit comments

Comments
 (0)