Fixed reported issues

This commit is contained in:
kapilkumar
2024-05-02 23:01:52 +05:30
parent cfe13feaa8
commit 81dc18a35f
557 changed files with 3148 additions and 2892 deletions
@@ -13,7 +13,7 @@
android:id="@+id/lytHead"
android:layout_width="match_parent"
android:layout_height="@dimen/_40sdp"
android:layout_marginTop="20dp"
android:background="@color/black"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -65,7 +65,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginTop="@dimen/_20sdp"
android:layout_below="@+id/lytHead"
>
@@ -150,6 +150,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:inputType="none"
android:text="Choose Option" />
</com.google.android.material.textfield.TextInputLayout>