Skip to content

Commit 2aeb241

Browse files
committed
在低版本下会出现位移错误问题
将默认setCompoundDrawablesRelative 替换为setCompoundDrawables
1 parent f3e4373 commit 2aeb241

File tree

5 files changed

+120
-120
lines changed

5 files changed

+120
-120
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "29.0.1"
66
defaultConfig {
77
applicationId "com.flod.drawabletextview.app"
8-
minSdkVersion 21
8+
minSdkVersion 17
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
-185 KB
Binary file not shown.

0 commit comments

Comments
 (0)