Skip to content

Commit e2c8813

Browse files
committed
ui
1 parent a96126e commit e2c8813

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#664FA3" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
2+
3+
<path android:fillColor="@android:color/white" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
4+
5+
</vector>

app/src/main/res/layout/activity_login.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
android:orientation="vertical"
88
tools:context=".LoginActivity">
99

10+
<com.google.android.material.appbar.AppBarLayout
11+
android:layout_width="match_parent"
12+
android:layout_height="wrap_content">
13+
<com.google.android.material.appbar.MaterialToolbar
14+
android:layout_width="match_parent"
15+
android:layout_height="wrap_content"
16+
android:minHeight="?attr/actionBarSize"
17+
app:title="@string/str_login" />
18+
</com.google.android.material.appbar.AppBarLayout>
19+
1020
<com.google.android.material.textfield.TextInputLayout
1121
android:layout_width="match_parent"
1222
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)