Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

yangsanning/MultiDrawable

Repository files navigation

MultiDrawable

API

效果预览

ShadowDrawable RoundRectDrawable

主要文件

名字 摘要
ShadowDrawable 阴影Drawable
RoundRectDrawable 圆角矩形Drawable

添加方法

1.1 添加仓库

在项目的 build.gradle 文件中配置仓库地址。

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

1.2 添加项目依赖

在需要添加依赖的 Module 下添加以下信息,使用方式和普通的远程仓库一样。

implementation 'com.github.yangsanning:MultiDrawable:1.0.0'

AltStyle によって変換されたページ (->オリジナル) /