Skip to content

Commit ef0735c

Browse files
committed
UI fixes
1 parent 30d91e2 commit ef0735c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

InsecureBankv2/app/app.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
8888
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
8989
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/build-info" />
90+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/builds" />
9091
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/check-manifest" />
9192
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
9293
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />

InsecureBankv2/app/src/main/res/layout/activity_file_pref.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
android:layout_marginLeft="00dip"></TextView>
1414
<EditText android:id="@+id/edittext_serverip"
1515
android:padding="10dp"
16-
android:text="10.0.2.2"
16+
android:hint="new IP - eg: 10.0.2.2"
1717
android:layout_width="wrap_content"
1818
android:textSize="20sp"
1919
android:textColor="#000000"

0 commit comments

Comments
 (0)