Merge pull request #1053 from ritish099/dev

Alinged the Hint in the box in fragment_send.xml
This commit is contained in:
Shivansh Tiwari 2020-11-17 14:26:43 +05:30 committed by GitHub
commit c7f71e438a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,10 +87,9 @@
<android.support.design.widget.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/value_20dp"
android:layout_marginRight="@dimen/value_20dp"
android:padding="@dimen/value_10dp"
android:textColorHint="@android:color/black"
app:hintTextAppearance="@style/TextAppearance.App.TextInputLayout">
@ -100,7 +99,6 @@
android:layout_height="match_parent"
android:hint="@string/amount"
android:inputType="number"
android:paddingBottom="@dimen/value_20dp"
android:textSize="@dimen/value_15sp" />
</android.support.design.widget.TextInputLayout>
@ -113,9 +111,8 @@
android:id="@+id/til_vpa"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="270dp"
android:layout_height="90dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/value_20dp"
android:padding="@dimen/value_10dp"
android:textColorHint="@android:color/black"
app:hintTextAppearance="@style/TextAppearance.App.TextInputLayout">