We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc49691 commit 9014a14Copy full SHA for 9014a14
.github/modun.sh
@@ -14,8 +14,8 @@ rm -fr "$vnk"
14
done
15
16
mkdir -p lib log root tmp TREE/ROM TOOL/APK usr
17
-7z --help
18
-7z a -t7z -snh -snl -y ../module.7z .* *
+
+7z a -t7z -snh -snl -y ../module.7z
19
rm -fr ../module
20
mv ../module.7z ../module
21
ls -lh ../module
app/src/main/res/layout/kr_dialog_log.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- style="@style/dialogRoot"
+ style="@style/dialogRoot" xmlns:app="http://schemas.android.com/apk/res-auto"
4
android:clickable="true"
5
android:focusable="true">
6
0 commit comments