|
80 | 80 | android:layout_width="match_parent" |
81 | 81 | android:layout_height="wrap_content" |
82 | 82 | android:layout_gravity="center" |
83 | | - android:gravity="center" |
84 | 83 | android:layout_marginTop="10dp" |
| 84 | + android:gravity="center" |
85 | 85 | android:text="*ShadowLayout*" |
86 | 86 | android:textColor="#EEE5E9" |
87 | 87 | android:textSize="40sp"/> |
|
108 | 108 | android:layout_width="wrap_content" |
109 | 109 | android:layout_height="wrap_content" |
110 | 110 | android:layout_gravity="center" |
111 | | - android:gravity="center" |
112 | 111 | android:background="@drawable/bg_fill" |
113 | | - android:textStyle="bold" |
| 112 | + android:gravity="center" |
114 | 113 | android:padding="10dp" |
115 | 114 | android:text="@string/app_name" |
116 | 115 | android:textColor="#D64933" |
117 | | - android:textSize="30sp"/> |
| 116 | + android:textSize="30sp" |
| 117 | + android:textStyle="bold"/> |
118 | 118 |
|
119 | 119 | <ImageView |
120 | 120 | android:layout_width="40dp" |
|
159 | 159 | <LinearLayout |
160 | 160 | android:layout_width="match_parent" |
161 | 161 | android:layout_height="match_parent" |
162 | | - android:orientation="horizontal" |
163 | | - android:gravity="center"> |
| 162 | + android:gravity="center" |
| 163 | + android:orientation="horizontal"> |
164 | 164 |
|
165 | 165 | <ImageView |
166 | 166 | android:layout_width="100dp" |
|
175 | 175 | android:layout_width="wrap_content" |
176 | 176 | android:layout_height="wrap_content" |
177 | 177 | android:layout_gravity="center" |
178 | | - android:gravity="center" |
179 | 178 | android:layout_marginLeft="30dp" |
180 | 179 | android:layout_marginStart="30dp" |
| 180 | + android:gravity="center" |
181 | 181 | android:text="SL" |
182 | | - android:textStyle="bold" |
183 | 182 | android:textColor="#EEE5E9" |
184 | | - android:textSize="40sp"/> |
| 183 | + android:textSize="40sp" |
| 184 | + android:textStyle="bold"/> |
185 | 185 |
|
186 | 186 | <ImageView |
187 | 187 | android:layout_width="100dp" |
188 | 188 | android:layout_height="100dp" |
189 | 189 | android:layout_gravity="center" |
190 | | - android:background="@drawable/bg_stroke" |
191 | 190 | android:layout_marginLeft="30dp" |
192 | 191 | android:layout_marginStart="30dp" |
| 192 | + android:background="@drawable/bg_stroke" |
193 | 193 | android:padding="20dp" |
194 | 194 | android:src="@drawable/ic_seventh" |
195 | 195 | android:tint="#EEE5E9"/> |
|
0 commit comments