I want to fix some buttons and editTexts width in the same width of the portrait in landscape. How to do that This is my xml source code:
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="17dp"
android:layout_marginBottom="17dp"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:background="@drawable/dr_t"
android:gravity="center|bottom"
android:padding="15dp"
android:text="Click here"
android:textAllCaps="true"
android:textColor="@color/White"
android:textSize="14sp" />