From 827e59acaa6e4673f83d4c311ec27190dc0fb937 Mon Sep 17 00:00:00 2001 From: RedTricity Date: Mon, 12 Feb 2024 20:29:39 -0500 Subject: [PATCH] Edited the Button Text --- .idea/vcs.xml | 6 ++++++ app/src/main/res/layout/activity_main.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index d1dbe11..47e966b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -23,7 +23,7 @@ android:layout_centerHorizontal="true" android:layout_marginStart="160dp" android:layout_marginBottom="62dp" - android:text="Button" /> + android:text="Load Image" />