Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit f3139a0

Browse files
author
Evgenii Kanivets
committed
[30m]. Set exchange rate factor edit text width to 100dp.
1 parent c1f2570 commit f3139a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/res/layout/activity_add_exchange_rate.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949

5050
<EditText
5151
android:id="@+id/et_amount"
52-
android:layout_width="match_parent"
52+
android:layout_width="100dp"
5353
android:layout_height="wrap_content"
54-
android:layout_weight="1"
5554
android:gravity="center"
5655
android:inputType="numberDecimal"
5756
android:maxLines="1" />

0 commit comments

Comments
 (0)