File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
src/main/java/com/dsm/dms/dmsviewlibrary/widget
sample/src/main/res/layout Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- [ ![ Download] ( https://api.bintray.com/packages/dsm-dms/DmsAndroidViewLibrary/dmsviewlibrary/images/download.svg?version=0.0.5 ) ] ( https://bintray.com/dsm-dms/DmsAndroidViewLibrary/dmsviewlibrary/0.0.5 /link )
1+ [ ![ Download] ( https://api.bintray.com/packages/dsm-dms/DmsAndroidViewLibrary/dmsviewlibrary/images/download.svg?version=0.0.7 ) ] ( https://bintray.com/dsm-dms/DmsAndroidViewLibrary/dmsviewlibrary/0.0.7 /link )
22# DmsAndroidViewLibrary
33Dms에서 사용할 Android View Library 입니다.
4- (version 0.0.5부터 darkmode를 지원합니다.)
4+ (version 0.0.7부터 darkmode를 지원합니다.)
55
66## Setting
77build.gradle에 다음과 같이 추가해주세요.
88``` gradle
9- implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.5 '
9+ implementation 'com.dsm.dms.library:dmsviewlibrary:0.0.7 '
1010implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
1111implementation 'com.google.android.material:material:1.2.0-alpha06'
1212```
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ install {
5050 packaging ' aar'
5151 groupId ' com.dsm.dms.library'
5252 artifactId ' dmsviewlibrary'
53- version ' 0.0.5 '
53+ version ' 0.0.7 '
5454
5555 name ' DmsAndroidViewLibrary'
5656 url ' https://github.com/DSM-DMS/DmsAndroidViewLibrary'
@@ -120,9 +120,9 @@ bintray {
120120 publish = true
121121 publicDownloadNumbers = true
122122 version {
123- name = ' 0.0.5 '
123+ name = ' 0.0.7 '
124124 desc = ' dmsviewlibrary'
125- vcsTag = ' 0.0.5 '
125+ vcsTag = ' 0.0.7 '
126126 attributes = [' gradle-plugin' : ' com.use.less:com.use.less.gradle:gradle-useless-plugin' ]
127127 }
128128 }
@@ -133,7 +133,7 @@ publishing {
133133 MyPub (MavenPublication ) {
134134 groupId ' com.dsm.dms.library'
135135 artifactId ' dmsviewlibrary'
136- version ' 0.0.5 '
136+ version ' 0.0.7 '
137137
138138 artifact(" $buildDir /outputs/aar/dmsviewlibrary-release.aar" )
139139 }
Original file line number Diff line number Diff line change 1- package com.dsm.dms.dmsviewlibrary.switch
1+ package com.dsm.dms.dmsviewlibrary.widget
22
33import android.content.Context
44import android.util.AttributeSet
Original file line number Diff line number Diff line change 4040 android : layout_height =" wrap_content"
4141 android : layout_gravity =" center" />
4242
43- <com .dsm.dms.dmsviewlibrary.switch .DmsSettingSwitch
43+ <com .dsm.dms.dmsviewlibrary.widget .DmsSettingSwitch
4444 android : id =" @+id/dms_switch"
4545 android : layout_width =" wrap_content"
4646 android : layout_height =" wrap_content" />
4747
48- <com .dsm.dms.dmsviewlibrary.switch .DmsSettingSwitch
48+ <com .dsm.dms.dmsviewlibrary.widget .DmsSettingSwitch
4949 android : id =" @+id/dms_switch2"
5050 android : layout_width =" wrap_content"
5151 android : layout_height =" wrap_content" />
You can’t perform that action at this time.
0 commit comments