1.修改友盟上的bug.

This commit is contained in:
wangdongsheng
2021-12-10 11:43:30 +08:00
parent 1b47add5bf
commit 9f6a3a1cfe
159 changed files with 2094 additions and 2261 deletions

View File

@@ -39,11 +39,10 @@
android:layout_margin="20dp"
android:layout_marginBottom="245dp"
android:orientation="vertical"
app:layout_constraintTop_toBottomOf="@+id/rl_filter"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
>
app:layout_constraintTop_toBottomOf="@+id/rl_filter">
<TextView
android:id="@+id/tv_phone"
@@ -55,37 +54,39 @@
app:layout_constraintTop_toBottomOf="@+id/rl_filter"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:text="公司官网请见"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="@+id/tv_phone"
app:layout_constraintTop_toBottomOf="@+id/tv_phone" />
<TextView
android:id="@+id/tv_map_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:textColor="#0000FF"
android:textSize="16sp"
android:layout_marginLeft="5dp"
android:text="http://www.navinfo.com"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:text="公司官网请见"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="@+id/tv_phone"
app:layout_constraintTop_toBottomOf="@+id/tv_phone" />
<TextView
android:id="@+id/tv_map_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginTop="15dp"
android:text="http://www.navinfo.com"
android:textColor="#0000FF"
android:textSize="16sp" />
</LinearLayout>
<TextView
android:id="@+id/tv_official_link"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15sp"
android:textSize="16sp"
android:text="更多详情请见官网https://dtxbmaps.navinfo.com/user"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="@+id/tv_phone"
app:layout_constraintTop_toBottomOf="@+id/tv_phone" />