| ... | ... |
@@ -4,6 +4,7 @@ |
| 4 | 4 |
|
| 5 | 5 |
<uses-permission android:name="android.permission.INTERNET" /> |
| 6 | 6 |
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| 7 |
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
|
| 7 | 8 |
|
| 8 | 9 |
<application |
| 9 | 10 |
android:allowBackup="true" |
| ... | ... |
@@ -75,13 +75,14 @@ |
| 75 | 75 |
android:layout_height="wrap_content" |
| 76 | 76 |
android:text="[ERROR]" |
| 77 | 77 |
android:textAppearance="@style/TextAppearance.AppCompat.Medium.Inverse" |
| 78 |
- app:layout_constraintTop_toTopOf="@+id/server_status" |
|
| 79 |
- android:layout_marginTop="8dp" |
|
| 78 |
+ app:layout_constraintTop_toTopOf="@+id/app_info" |
|
| 79 |
+ android:layout_marginTop="0dp" |
|
| 80 | 80 |
app:layout_constraintBottom_toBottomOf="@+id/server_status" |
| 81 | 81 |
android:layout_marginBottom="8dp" |
| 82 | 82 |
app:layout_constraintLeft_toRightOf="@+id/server_status" |
| 83 | 83 |
android:layout_marginLeft="8dp" |
| 84 |
- android:layout_marginStart="8dp" /> |
|
| 84 |
+ android:layout_marginStart="8dp" |
|
| 85 |
+ app:layout_constraintVertical_bias="0.625" /> |
|
| 85 | 86 |
|
| 86 | 87 |
<fragment |
| 87 | 88 |
android:id="@+id/fragment" |