|
41 | 41 | android:fontFamily="@font/audiowide" |
42 | 42 | android:text="Grease Monkey" |
43 | 43 | android:textColor="#000" |
44 | | - android:textSize="45sp" |
| 44 | + android:textSize="40sp" |
45 | 45 | android:theme="@style/ThemeOverlay.MyTitleText" /> |
46 | 46 |
|
47 | 47 | <TextView |
|
63 | 63 | <TextView |
64 | 64 | android:id="@+id/textView" |
65 | 65 | android:layout_width="377dp" |
66 | | - android:layout_height="149dp" |
| 66 | + android:layout_height="129dp" |
67 | 67 | android:layout_gravity="center_horizontal" |
68 | | - android:layout_marginTop="30dp" |
| 68 | + android:layout_marginTop="15dp" |
69 | 69 | android:gravity="center" |
70 | 70 | 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." |
71 | 71 | android:textSize="18sp" /> |
|
100 | 100 |
|
101 | 101 | <Button |
102 | 102 | android:id="@+id/signOutButton" |
103 | | - android:layout_width="171dp" |
| 103 | + android:layout_width="160dp" |
104 | 104 | android:layout_height="wrap_content" |
105 | | - android:layout_alignParentEnd="true" |
106 | 105 | android:layout_alignParentRight="true" |
107 | 106 | 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" |
112 | 109 | android:layout_marginBottom="8dp" |
113 | | - android:layout_toEndOf="@+id/disconnectButton" |
114 | 110 | android:layout_toRightOf="@+id/disconnectButton" |
115 | 111 | android:layout_weight="2" |
116 | 112 | android:background="@drawable/custom" |
|
123 | 119 |
|
124 | 120 | <Button |
125 | 121 | android:id="@+id/disconnectButton" |
126 | | - android:layout_width="187dp" |
| 122 | + android:layout_width="180dp" |
127 | 123 | android:layout_height="wrap_content" |
128 | 124 | android:layout_alignParentLeft="true" |
129 | 125 | android:layout_alignParentBottom="true" |
130 | | - android:layout_marginLeft="0dp" |
131 | | - android:layout_marginBottom="9dp" |
| 126 | + android:layout_marginLeft="10dp" |
| 127 | + android:layout_marginBottom="8dp" |
132 | 128 | android:layout_weight="2" |
133 | 129 | android:background="@drawable/custom" |
134 | 130 | android:gravity="center" |
|
144 | 140 | android:layout_width="154dp" |
145 | 141 | android:layout_height="65dp" |
146 | 142 | android:layout_marginLeft="10dp" |
147 | | - android:layout_marginTop="10dp" |
| 143 | + android:layout_marginTop="5dp" |
148 | 144 | android:gravity="center" |
149 | 145 | android:text="Database" |
150 | 146 | android:textSize="14sp" |
|
158 | 154 | android:layout_height="65dp" |
159 | 155 | android:layout_alignParentEnd="true" |
160 | 156 | android:layout_alignParentRight="true" |
161 | | - android:layout_marginTop="10dp" |
| 157 | + android:layout_marginTop="5dp" |
162 | 158 | android:layout_marginRight="10dp" |
163 | 159 | android:layout_marginLeft="80dp" |
164 | 160 | android:layout_toEndOf="@+id/button6" |
|
0 commit comments