Give better names to buttons in BalancesFragment
This commit is contained in:
parent
418c0b4ddd
commit
e7c1a731ae
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
android:gravity="center">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/receivebtn"
|
||||
android:id="@+id/btnReceive"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/qrCamera"
|
||||
android:id="@+id/btnReadQR"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="75dp"
|
||||
android:layout_gravity="center"
|
||||
|
@ -83,7 +83,7 @@
|
|||
android:layout_height="100dp"
|
||||
android:layout_gravity="center">
|
||||
<ImageView
|
||||
android:id="@+id/sendbtn"
|
||||
android:id="@+id/btnSend"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
|
|
Loading…
Reference in a new issue