- 浏览: 29655 次
最新评论
文章列表
<GridView
android:id="@+id/g_table"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginTop="@dimen/y60"
android:gravity="center"
android:listSelector=& ...
AlertDialog.Builder builder = new Builder(new ContextThemeWrapper(context, R.style.AlertDialogCustom));
<style name="AlertDialogCustom" parent="android:style/Theme.Dialog">
<item name="android:textColor">#333333</item>
<ite ...
1.包含默认配置
2.第三方配置
ps:关于GSON的配置 gson的配置最后一行需要修改为自己项目的实体类包名 不然项目会出现json转对象之后为null
关于android编写类似于微信QQ聊天界面,点击底部输入框之后内容被顶出的问题处理
AndroidManifest.xml文件中界面对应的activity里加入
android:windowSoftInputMode="stateVisible|adjustResize" 配置之后压缩listview
注意:此处可能设置android:windowSoftInputMode="stateVisible|adjustResize" 无效,我的原因是因为去掉了listview滚动条(android:scrollbars=" ...