Add logs button to Login
This commit is contained in:
@@ -16,6 +16,15 @@
|
||||
tools:context=".login.LoginActivity"
|
||||
tools:layout_editor_absoluteY="25dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/open_logs"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="40dp"
|
||||
android:background="@null"
|
||||
android:text="@string/logs"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/checkurl_progress"
|
||||
android:layout_width="49dp"
|
||||
|
||||
Reference in New Issue
Block a user