mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 14:16:54 +00:00
Merge pull request #1053 from ritish099/dev
Alinged the Hint in the box in fragment_send.xml
This commit is contained in:
commit
c7f71e438a
@ -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">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user