である私は、重力を変更するとき、それは変更されていない理由を説明することができますしてください。最初に私はそれを変更したときボタンの位置が変更されましたが、今は私は位置を変更することはできません。
main.XML
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<Button
android:id="@+id/button1"
android:layout_width="92dp"
android:layout_height="0dp"
android:layout_gravity="right"
android:layout_weight="1"
android:text="@string/button1" />
</LinearLayout>
XMLを表示してください。 –
いくつかのコードを投稿してください... – NagarjunaReddy
投稿ur xmlコード... – himanshu