I\'m trying to align LinearLayout\'s vertical center which shows following pic (skycolor border) to delete button\'s vertical center.
so I set the gravity of id:grou
use android:layout_gravity instead of android:gravity
android:layout_gravity
android:gravity
android:gravity sets the gravity of the content of the View its used on. android:layout_gravity sets the gravity of the View or Layout in its parent.