修改弹窗滑动上的bug

This commit is contained in:
wds 2021-08-12 13:17:04 +08:00
parent f5155b11ac
commit 43aefade53
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
ndkVersion '23.0.7123448'
//ndkVersion '23.0.7123448'
defaultConfig {
applicationId "com.navinfo.outdoor"

View File

@ -128,7 +128,7 @@
android:textSize="15sp" />
<!-- android:textColor="#333" -->
<TextView
android:id="@+id/tv_examine"
android:id="@+id/tv_poi_examine"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"