Skip to content

Commit 9014a14

Browse files
committed
Update
1 parent bc49691 commit 9014a14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/modun.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rm -fr "$vnk"
1414
done
1515

1616
mkdir -p lib log root tmp TREE/ROM TOOL/APK usr
17-
7z --help
18-
7z a -t7z -snh -snl -y ../module.7z .* *
17+
18+
7z a -t7z -snh -snl -y ../module.7z
1919
rm -fr ../module
2020
mv ../module.7z ../module
2121
ls -lh ../module

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
style="@style/dialogRoot"
3+
style="@style/dialogRoot" xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:clickable="true"
55
android:focusable="true">
66

0 commit comments

Comments
 (0)