Fork me on GitHub
摘要: 1.android:numColumns=”auto_fit” //GridView的列数设置为自动 2.android:columnWidth=”90dp " //每列的宽度,也就是Item的宽度 3.android:stretchMode=”columnWidth"//... 阅读全文
posted @ 2016-03-07 16:40 程序员小冰 阅读(315) 评论(0) 推荐(0)
摘要: 在ManiFest清单文件中修改被遮挡的类的EditText android:windowSoftInputMode="adjustPan|stateHidden" 阅读全文
posted @ 2016-03-07 11:31 程序员小冰 阅读(342) 评论(0) 推荐(0)


Fork me on GitHub