次のレイアウトで、テキストビューをビューの中央と中央に表示したいと思います。どうすればこれを達成できますか?
グラフィカルビューでレイアウトを見るときにさまざまな重力属性を調整しようとしましたが、何も変わらないようです。私が行った中央のテキストビューが欲しいのですが、ビューの途中です。
マットに感謝します。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/carefreebgscaledalphajpg" >
<TextView
android:id="@+id/textviewdatefornocallspage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="You have no calls for "
android:textSize="25sp" />
</LinearLayout>