In my application screen, I want to show Heading as a horizontal center. I tried using the XML codes below
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="10dip" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_horizontal" android:text="Connections" /> </RelativeLayout>
thank
android android-layout
Riskhan 03 Feb '12 at 5:23 2012-02-03 05:23
source share