|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
5 | 7 |
|
6 | 8 | <EditText |
7 | 9 | android:id="@+id/searchEdit" |
8 | 10 | android:layout_width="match_parent" |
9 | 11 | android:layout_height="wrap_content" |
10 | | - android:hint="Tìm kiếm tên file"/> |
| 12 | + android:hint="Search" /> |
11 | 13 |
|
12 | 14 | <EditText |
13 | 15 | android:id="@+id/extEdit" |
14 | 16 | android:layout_width="match_parent" |
15 | 17 | android:layout_height="wrap_content" |
16 | | - android:hint="Lọc đuôi (ví dụ: apk)"/> |
| 18 | + android:hint="Extension filter (.txt, .apk)" /> |
17 | 19 |
|
18 | 20 | <androidx.recyclerview.widget.RecyclerView |
19 | 21 | android:id="@+id/recyclerView" |
20 | 22 | android:layout_width="match_parent" |
21 | 23 | android:layout_height="0dp" |
22 | | - android:layout_weight="1" |
23 | | - android:paddingTop="8dp"/> |
| 24 | + android:layout_weight="1" /> |
24 | 25 |
|
25 | 26 | <Button |
26 | 27 | android:id="@+id/confirmButton" |
27 | 28 | android:layout_width="match_parent" |
28 | 29 | android:layout_height="wrap_content" |
29 | | - android:text="Xác nhận chọn"/> |
| 30 | + android:text="Confirm" /> |
30 | 31 | </LinearLayout> |
0 commit comments