gpt4 book ai didi

android textview 在 android 4.4.2 中的 map fragment 上不可见但在 Lollipop 设备中可见

转载 作者:行者123 更新时间:2023-11-29 00:05:31 26 4
gpt4 key购买 nike

我正在开发一个使用 SupportMapFragment map 显示的 android 应用程序 map 工作正常问题是 textView,我想在 MapFragment 上显示一些文本我已经定义了这样的布局:

gpsTxtView=(TextView)findViewById(R.id.GPS);

像这样设置文本:

gpsTxtView.setText("Last Halt:\n"+ new SimpleDateFormat("MMM dd yyyy hh:mm:ss").format(date));

和这个的 xml:

`<FrameLayout
android:id="@+id/mapLL"
android:layout_width="match_parent"
android:layout_height="match_parent">

<include
android:id="@+id/tool_bar_detail"
layout="@layout/tool_bar_detail"
android:layout_width="match_parent"
android:layout_height="48sp" />

<fragment
android:id="@+id/detailMap"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />

<TextView
android:id="@+id/GPS"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|left"
android:layout_marginBottom="30sp"
android:layout_marginLeft="5sp"
android:text=""
android:textColor="@android:color/holo_red_dark"
android:textSize="16sp"
android:textStyle="bold" />

</FrameLayout> `

就像我们通常做的事情一样,我无法弄清楚为什么它不能在 android 4.4.2 (micromax p480 Tab) 中工作,而在 android lollipop (yu Yureka) 中工作,如果有人为此提出一些解决方案,将不胜感激.谢谢。

最佳答案

我只是检查你的代码。代码中的一切都很好。所以,为了测试你可以做一件事。放入一些硬编码值,然后检查值是否反射(reflect)在 TextView 中。因此,您可以得出结论,您获取数据的方式有问题。

我还想建议一件事,如果您正在获取数据中的日期。然后通过 Locale,这可能是个问题。

关于android textview 在 android 4.4.2 中的 map fragment 上不可见但在 Lollipop 设备中可见,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34081313/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com