We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0da5b0 commit 4b7f969Copy full SHA for 4b7f969
.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,33 @@
1
+<!-- 以下的信息尽量提供完整,可以帮助更快的定位错误,节约大家的时间,如果提问只有标题,没有提供其他有价值的信息,那你的 issues 有很大几率被直接 close!-->
2
+### Environment
3
+- [x] Autosize Version: <!-- like: v0.7.0 -->
4
+- [x] Target Android Version: <!-- like: Android 8.0 -->
5
+- [x] Device Model: <!-- like: Nexus 6 -->
6
+- [x] Device Resolution: <!-- like: 1080px * 1920px -->
7
+- [x] Design Size On AndroidManifest: <!-- like: 360dp * 640dp -->
8
+
9
10
+### Bug Description:
11
+<!-- 提问前确定你看过 https://www.jianshu.com/p/55e0fca23b4f,里面有此框架的原理,看完原理你才能更好的使用本框架-->
12
13
14
+### Log:
15
+<!-- 在日志中搜索 AndroidAutoSize 找到框架日志复制或截图 -->
16
+```log
17
18
19
+```
20
21
22
+### Screenshot
23
+<!-- 如果 View 显示有问题,最好提供页面截图-->
24
25
26
+### Related Code:
27
+```java
28
29
30
31
32
33
+### Others:
0 commit comments