五陵年少金市东,银鞍白马渡春风。这篇文章主要讲述如何在android中的地图片段内中心线性布局?相关的知识,希望能为你提供帮助。
我有地图的片段,里面有一个线性布局。
我试过了:android:gravity="center"
但它没有用。
我还在xml中搜索了“layout”和“center”的关键字,但找不到合适的解决方案。
我该如何解决?
这是代码:
<
RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/common_google_signin_btn_text_light_pressed"
tools:context="com.dji.GSDemo.GoogleMap.FlightActivityUser">
<
fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/map_flight_user"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentStart="true"
android:layout_below="@+id/flight_user_toolbar"
tools:context="com.dji.GSDemo.GoogleMap.FlightActivityUser" >
<
LinearLayout
android:id="@+id/ratingLayout"
android:layout_width="wrap_content"
android:orientation="vertical"
android:gravity="center"
android:background="@color/colorPrimary"
android:layout_height="wrap_content"
android:visibility="visible">
<
TextView
android:id="@+id/textView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:gravity="center_horizontal"
android:text="How was your flight?"
android:textSize="20sp"
android:textStyle="italic" />
<
/LinearLayout>
<
/fragment>
<
/RelativeLayout>
谢谢
答案【如何在android中的地图片段内中心线性布局()】gravity属性会影响布局内的内容,为了对齐布局本身你应该使用layout_gravity
推荐阅读
- Android片段文档含义
- 在Google Apps脚本中格式化PDF附件(MailApp.sendEmail)
- 通过WhatsApp分享PDF
- Node Webkit Desktop App - 浏览器默认缓存PDF文件
- 如何在Android设备上安装可信CA证书()
- 如果您的CA不受系统信任,如何将Android应用程序连接到SSL服务器()
- 让我们加密证书与android api <20一起使用
- 当前关于高级内存管理的Apple文档是否存在轻微的不准确之处()
- 在Swift Cocoa App中实现“打开文件”