自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 伪装手机地理位置的功能(伪装定位)2

javaCopy codefalse,false,false,false,false,false,false,javaCopy codejavaCopy code.build();.build();

2023-04-07 17:53:45 969

原创 Android java代码实现:textview Arial等字体格式

// Obtain the Typeface object for ArialTypeface arialTypeface = Typeface.create("Arial", Typeface.NORMAL);// Set the Typeface on the TextViewTextView textView = findViewById(R.id.my_text_view);textView.setTypeface(arialTypeface);

2023-04-07 17:52:54 185 1

原创 伪装手机地理位置的功能(伪装定位)

Changing or disguising the phone's location is known as spoofing or faking the location. While there are legitimate use cases for location spoofing, such as testing location-based apps, it can also be used for malicious purposes such as fake check-ins or b

2023-04-07 17:33:14 228 1

原创 RelativeLayout 选中和非选中状态下背景变化

phpCopy code</shape></item></shape></item>phpCopy code</shape></shape>pythonCopy codescssCopy code。

2023-04-03 17:44:01 209 1

原创 Android :textview文字加粗、下划线、倾斜

Android : textview text bold, underlined, slantedTextView textView = findViewById(R.id.text_view);textView.setTypeface(null, Typeface.BOLD);TextView textView = findViewById(R.id.textView);// Set the text to be bold, underlined, and slantedtextView.setTy

2023-04-03 17:30:29 1275 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除