码迷,mamicode.com
首页 >  
搜索关键字:v7    ( 1308个结果
cc_美团项目之我的账户页面实现
importcn.bmob.v3.BmobUser;importcom.chencheng.utils.LoginStatus;importandroid.content.Intent;importandroid.os.Bundle;importandroid.support.v7.app.ActionBar;importandroid.support.v7.app.ActionBarActivity;importandroid.util.Log;importandroid.view.View;importa..
分类:其他好文   时间:2015-07-12 21:51:30    阅读次数:186
cc_美团项目user模块之用手机验证码直接登录实现
importandroid.content.Intent;importandroid.os.Bundle;importandroid.os.Handler;importandroid.support.v7.app.ActionBar;importandroid.support.v7.app.ActionBarActivity;importandroid.text.TextUtils;importandroid.util.Log;importandroid.view.View;importandroid.vie..
分类:移动开发   时间:2015-07-12 00:23:37    阅读次数:325
Android 之修改标题栏(title)
1、首先导入ActionBarActivity包,然后将MainActivity继承Activity而不是ActionBarActivity(注意这里只改变的了主界面的标题) import android.support.v7.app.ActionBarActivity; public class MainActivity extends Activity //不然会出现异常 2、在Mai...
分类:移动开发   时间:2015-07-11 18:40:08    阅读次数:133
android studio:com.android.support:appcompat-v7:22+ Could not found
错误信息如下:Error:Could not find any version that matches com.android.support:appcompat-v7:22+.Searched in the following locations:https://jcenter.bintray....
分类:移动开发   时间:2015-07-11 18:00:38    阅读次数:764
Material Design之CardView的使用
本文介绍CardView这个控件的使用,CardView继承至FrameLayout类,是support-v7包下的一个类,使用时必须引入cardview依赖包,可在下载的sdk文件夹中找到。。。 使用CardView可以实现卡片式布局效果,非常好看,卡片还可以包含圆角、阴影、背景。CardView是一个ViewGroup,布局时包含其它的View从而实现优雅界面效果。 首先来看看个界面效果:...
分类:其他好文   时间:2015-07-10 16:48:36    阅读次数:110
错误:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds
错误提示就是我们限定了部署的时间导致的错误。修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。把其中的start-timeout="45" 改为start-timeout="100" 或者更长,根据不同...
分类:其他好文   时间:2015-07-10 02:06:09    阅读次数:97
EnCase v7 search hits in compound files?
I used to conduct raw search in EnCase v6, and I'd like to see if EnCase v7 raw search could hit keywords inside compound files or not. You won't beli...
分类:其他好文   时间:2015-07-07 22:36:45    阅读次数:227
android新版本support包V7后自定义actionbar左边有一块空白无法填充
1. 问题描述最近我自定义actionbar时发现自定义actionbar左边有一块空白无法填充.一开始我是发现支持包V7的../res/values/styles_base.xml文件内的 showTitle...
分类:移动开发   时间:2015-07-07 17:11:34    阅读次数:143
Error:(24, 13) Failed to resolve: com.android.support:recyclerview-v7:20.+ <a href="install.m2.repo"
Android studio   报错    Error:(24, 13) Failed to resolve: com.android.support:recyclerview-v7:20.+ Install Repository and sync projectShow in FileShow in Project Structure dialog    Error:(25, 13)...
分类:移动开发   时间:2015-07-07 11:09:22    阅读次数:3100
ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing
eclipse  sdk从低版本切换到高版本sdk的时候   v7包会包这个错ERROR: In MenuView, unable to find attribute android:preserveIconSpacing    问题解决:      点击V7包找到values文件夹   打开attrs.xml      ctrl+f   查找 MenuView     将preserveI...
分类:移动开发   时间:2015-07-06 19:54:25    阅读次数:137
1308条   上一页 1 ... 87 88 89 90 91 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!