Skip to content

Commit 0b9fe00

Browse files
committed
Update
1 parent ce3c975 commit 0b9fe00

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
android:keepScreenOn="false"
1010
tools:openDrawer="start">
1111

12+
<include
13+
layout="@layout/app_bar_main"
14+
android:id="@+id/fileappbar"
15+
android:layout_width="match_parent"
16+
android:layout_height="match_parent" />
17+
1218
<com.omarea.common.ui.OverScrollListView
1319
android:id="@+id/file_selector_list"
20+
android:layout_below="@id/fileappbar"
1421
android:layout_width="match_parent"
1522
android:layout_height="wrap_content"
16-
android:paddingTop="56dp">
23+
>
1724
</com.omarea.common.ui.OverScrollListView>
1825

19-
<include
20-
layout="@layout/app_bar_main"
21-
android:layout_width="match_parent"
22-
android:layout_height="match_parent" />
2326
</androidx.drawerlayout.widget.DrawerLayout>

app/src/main/res/values-vi/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ Nếu đồng ý hãy ấn vào nút xác nhận để tiếp tục."</string>
122122
<string formatted="false" name="kr_sdk_discrepancy_message">Tính năng này chỉ chạy trên hệ thống có SDK %d</string>
123123
<string name="picker_not_item">Không có tùy chọn khả dụng</string>
124124
<string name="picker_select_none">Chưa chọn mục nào</string>
125-
<string name="theme_system_default">Hệ thống (mặc định)</string>
126-
<string name="theme_light">Chế độ sáng</string>
127-
<string name="theme_dark">Chế độ tối</string>
128-
<string name="theme_wallpaper_system">Hình nền + Mặc định</string>
129-
<string name="theme_wallpaper_dark">Hình nền + Tối</string>
130-
<string name="theme_wallpaper_light">Hình nền + Sáng</string>
125+
<string name="theme_system_default">Hệ thống (Mặc định)</string>
126+
<string name="theme_light">Chế độ Sáng</string>
127+
<string name="theme_dark">Chế độ Tối</string>
128+
<string name="theme_wallpaper_system">Hình nền (Mặc định)</string>
129+
<string name="theme_wallpaper_dark">Hình nền Tối</string>
130+
<string name="theme_wallpaper_light">Hình nền Sáng</string>
131131
<string name="theme_text">Chủ đề</string>
132132
<string name="open_in_browser">Mở bằng trình duyệt</string>
133133
</resources>

0 commit comments

Comments
 (0)