Wesley13 Wesley13
3年前
UINavigationController设置透明背景
self.navBar\\UINavigationBaralloc\initWithFrame:CGRectMake(0,0,self.view.frame.size.width,NAV\_BAR\_HEIGHT)\;\self.navBarsetBackgroundImage:\UIImageimageWithColor:
Wesley13 Wesley13
3年前
IOS 用户登录界面
导航AppDelegate.hAppDelegate.mViewController.hViewController.muserEnterView.xibAppDelegate.himport<UIKit/UIKit.h@class(http://my.oschina.net/liwenlong7758)View
Stella981 Stella981
3年前
GifView
GifView是一个为了解决android中现在没有直接显示gif的view,只能通过mediaplay来显示这个问题的项目,其用法和ImageView一样,支持gif图片使用方法:1把GifView.jar加入你的项目。2在xml中配置GifView的基本属性,GifView继承自View类,和Button、ImageView一样是一个
Stella981 Stella981
3年前
Android 网络url设置View背景图
imgstr为url网络图片地址,topllay是要设置背景的控件;方法1.AndroidGlide设置View背景图Glide.with(this).load(imgStr).asBitmap()//签到整体背景.into(newSimpleTarget<Bitmap(){
Stella981 Stella981
3年前
Android添加横线和竖线分割界面
竖线<View    android:layout\_width"1dip"    android:layout\_height"match\_parent"   android:background"66CCFF"   android:layout\_gravity"center\_horizontal"
Stella981 Stella981
3年前
Android之自定义View学习(二)
Android学习系列Android之Room学习(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2FLInthunder%2Farticle%2Fdetails%2F108280542)
Stella981 Stella981
3年前
Android Intent隐式意图显示菜单
package com.example.mytest;import android.os.Bundle;import android.app.Activity;import android.view.Menu;public class MainActivity extends Activity { @
Stella981 Stella981
3年前
Android点击事件
Android点击事件备注全局实现View.OnClickListener或许需要将MainActivity设置为public注册事件btn_login.setOnClickListener(this)btn_logout.setOnClickListen
Wesley13 Wesley13
3年前
Android 自定义View 视频音量调控
转载至:http://blog.csdn.net/lmj623565791/article/details/24529807(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Flmj623565791%2Farticle%2Fdetails%2F2452980
Stella981 Stella981
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i