摘要:
问题描述Source not foundThe JAR file D:\.....\sdk\platforms\android-20\android.jar has no source attachment.问题原因及解决办法1. 使用SDK Manager下载最新版本的Sources for An... 阅读全文
摘要:
对于LinearLayout何时生效的问题对于 LinearLayout当 android:orientation="horizontal" 时, 只有水平方向的设置才起作用,垂直方向的设置不起作用。即:left,right,center_horizontal 是生效的。当 android:orie... 阅读全文