Browse Source
removing redundant element
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
10 deletions
-
app/src/main/res/layout/activity_login.xml
|
|
@ -33,13 +33,4 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:text="@string/refresh" /> |
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatCheckBox |
|
|
|
android:id="@+id/desktop_mode" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:text="@string/desktop_2fa" /> |
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |