Skip to content

Commit 1818604

Browse files
author
taiwoadebayo
committed
removed test params, yes i'll use another change list lol
1 parent 92f32c4 commit 1818604

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@
306306
android:layout_height="wrap_content"
307307
android:layout_marginBottom="10dp"
308308
android:hint="@string/email"
309-
android:text="mikelis135@gmail.com"
310309
android:inputType="textEmailAddress"
311310
android:textSize="14sp" />
312311

@@ -315,7 +314,6 @@
315314
android:layout_width="match_parent"
316315
android:layout_height="wrap_content"
317316
android:layout_marginBottom="10dp"
318-
android:text="20"
319317
android:hint="@string/amount_to_charge_required"
320318
android:inputType="number"
321319
android:textSize="14sp" />
@@ -343,7 +341,6 @@
343341
android:layout_width="match_parent"
344342
android:layout_height="wrap_content"
345343
android:layout_marginBottom="10dp"
346-
android:text="sdfsdfdfdfs"
347344
android:hint="@string/txref_required"
348345
android:textSize="14sp" />
349346

@@ -353,15 +350,13 @@
353350
android:layout_width="match_parent"
354351
android:layout_height="wrap_content"
355352
android:layout_marginBottom="10dp"
356-
android:text="adfwdfd"
357353
android:hint="@string/narration"
358354
android:textSize="14sp" />
359355

360356
<EditText
361357
android:id="@+id/currencyEt"
362358
android:layout_width="match_parent"
363359
android:layout_height="wrap_content"
364-
android:text="NGN"
365360
android:layout_marginBottom="10dp"
366361
android:hint="@string/currency_code_e_g_ngn"
367362
android:textSize="14sp" />
@@ -371,7 +366,6 @@
371366
android:layout_width="match_parent"
372367
android:layout_height="wrap_content"
373368
android:layout_marginBottom="10dp"
374-
android:text="NG"
375369
android:hint="@string/country_code_e_g_ng"
376370
android:textSize="14sp"
377371
android:visibility="gone" />
@@ -381,7 +375,6 @@
381375
android:id="@+id/fNameEt"
382376
android:layout_width="match_parent"
383377
android:layout_height="wrap_content"
384-
android:text="taiwo"
385378
android:layout_marginBottom="10dp"
386379
android:hint="@string/first_name"
387380
android:textSize="14sp" />
@@ -390,7 +383,6 @@
390383
android:id="@+id/lnameEt"
391384
android:layout_width="match_parent"
392385
android:layout_height="wrap_content"
393-
android:text="adebayo"
394386
android:layout_marginBottom="10dp"
395387
android:hint="@string/last_name"
396388
android:textSize="14sp" />
@@ -399,7 +391,6 @@
399391
android:id="@+id/phoneNumberEt"
400392
android:layout_width="match_parent"
401393
android:layout_height="wrap_content"
402-
android:text="08132383284"
403394
android:layout_marginBottom="10dp"
404395
android:hint="@string/phone_number"
405396
android:inputType="phone"

0 commit comments

Comments
 (0)