Skip to content

Commit a14b422

Browse files
authored
Update activity_main.xml
1 parent cbe3b66 commit a14b422

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:orientation="vertical" android:layout_width="match_parent"
4-
android:layout_height="match_parent" android:padding="16dp">
3+
android:orientation="vertical"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent"
6+
android:padding="16dp">
57

68
<EditText
79
android:id="@+id/searchEdit"
810
android:layout_width="match_parent"
911
android:layout_height="wrap_content"
10-
android:hint="Tìm kiếm tên file"/>
12+
android:hint="Search" />
1113

1214
<EditText
1315
android:id="@+id/extEdit"
1416
android:layout_width="match_parent"
1517
android:layout_height="wrap_content"
16-
android:hint="Lọc đuôi (ví dụ: apk)"/>
18+
android:hint="Extension filter (.txt, .apk)" />
1719

1820
<androidx.recyclerview.widget.RecyclerView
1921
android:id="@+id/recyclerView"
2022
android:layout_width="match_parent"
2123
android:layout_height="0dp"
22-
android:layout_weight="1"
23-
android:paddingTop="8dp"/>
24+
android:layout_weight="1" />
2425

2526
<Button
2627
android:id="@+id/confirmButton"
2728
android:layout_width="match_parent"
2829
android:layout_height="wrap_content"
29-
android:text="Xác nhận chọn"/>
30+
android:text="Confirm" />
3031
</LinearLayout>

0 commit comments

Comments
 (0)