Reduce margin to align

This commit is contained in:
Mygod
2021-05-30 12:33:51 -04:00
parent 1e27db1e10
commit cb030a487f

View File

@@ -37,6 +37,8 @@
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
android:layout_marginStart="0dp"
android:layout_marginEnd="0dp"
style="@style/wifi_item">
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/ssid_wrapper"