Skip to content

Commit

Permalink
fix: position vertical offset
Browse files Browse the repository at this point in the history
fix #36
  • Loading branch information
xujiaji committed Nov 2, 2021
1 parent 7d61185 commit 83a87d6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/build
/captures
.externalNativeBuild
.idea
3 changes: 1 addition & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

7 changes: 4 additions & 3 deletions README-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HappyBubble
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.4) [![maven](https://img.shields.io/badge/bintray-1.2.4-brightgreen.svg)](https://bintray.com/xujiaji/maven/happy-bubble/1.2.4)
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.5) [![maven](https://img.shields.io/badge/bintray-1.2.5-brightgreen.svg)](https://bintray.com/xujiaji/maven/happy-bubble/1.2.5)

![bubble](https://raw.githubusercontent.com/xujiaji/xujiaji.github.io/pictures/github/HappyBubble/en/img5.png)

Expand All @@ -14,6 +14,7 @@ Dialog according to click View position display;

|version|update description|screenshot|
|:-:|:-|:-:|
|1.2.5|fix position vertical offset [#36](https://github.com/xujiaji/HappyBubble/issues/36)||
|1.2.4|fix status bar height fetch[#31](https://github.com/xujiaji/HappyBubble/issues/31)||
|1.2.3|fix bubbles within the margin problem||
|1.2.2|New Features "Set Bubble Border and Border Color"[#23](https://github.com/xujiaji/HappyBubble/issues/23)|![1.2.2特性](readme/1_2_2.gif)|
Expand Down Expand Up @@ -45,7 +46,7 @@ repositories {
}
dependencies {
implementation 'com.github.xujiaji:happy-bubble:1.2.4'
implementation 'com.github.xujiaji:happy-bubble:1.2.5'
}
```

Expand Down Expand Up @@ -293,7 +294,7 @@ mBubbleLayout.setLook(BubbleLayout.Look.LEFT);

### demo download.

[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.4)
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.5)

---

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HappyBubble
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.4) [![maven](https://img.shields.io/badge/bintray-1.2.4-brightgreen.svg)](https://bintray.com/xujiaji/maven/happy-bubble/1.2.4)
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.5) [![maven](https://img.shields.io/badge/bintray-1.2.5-brightgreen.svg)](https://bintray.com/xujiaji/maven/happy-bubble/1.2.5)

![bubble](https://raw.githubusercontent.com/xujiaji/xujiaji.github.io/pictures/github/HappyBubble/en/img5.png)

Expand All @@ -15,6 +15,7 @@

|版本|更新描述|图片|
|:-:|:-|:-:|
|1.2.5|修复位置偏移[#36](https://github.com/xujiaji/HappyBubble/issues/36)||
|1.2.4|修复状态栏高度获取[#31](https://github.com/xujiaji/HappyBubble/issues/31)||
|1.2.3|修复气泡内边距问题||
|1.2.2|新特性“设置气泡边框和边框颜色”[#23](https://github.com/xujiaji/HappyBubble/issues/23)|![1.2.2特性](readme/1_2_2.gif)|
Expand Down Expand Up @@ -49,7 +50,7 @@ repositories {
}
dependencies {
implementation 'com.github.xujiaji:happy-bubble:1.2.4'
implementation 'com.github.xujiaji:happy-bubble:1.2.5'
}
```

Expand Down Expand Up @@ -315,7 +316,7 @@ mBubbleLayout.setLook(BubbleLayout.Look.LEFT);

### demo 下载

[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.4)
[![GitHub release](https://img.shields.io/badge/Download-DemoApk&AAR-green.svg)](https://github.com/xujiaji/HappyBubble/releases/tag/v1.2.5)

---

Expand Down
2 changes: 1 addition & 1 deletion happy-bubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 26
versionCode 7
versionName "1.2.4-alpha4"
versionName "1.2.5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 83a87d6

Please sign in to comment.