code refactoring on login activity
This commit is contained in:
parent
402b545473
commit
7a9a93e757
3 changed files with 25 additions and 28 deletions
|
|
@ -10,8 +10,8 @@
|
|||
<include layout="@layout/status_bar" />
|
||||
|
||||
<androidx.appcompat.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
style="@style/Toolbar"
|
||||
android:id="@+id/toolbar"
|
||||
android:background="@android:color/transparent" />
|
||||
|
||||
<ImageView
|
||||
|
|
@ -104,9 +104,7 @@
|
|||
android:id="@+id/login"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="64dp"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:layout_marginTop="32dp"
|
||||
android:layout_margin="32dp"
|
||||
android:text="@string/login"
|
||||
app:cornerRadius="24dp" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue