Skip to content
Snippets Groups Projects
Commit ba642a5f authored by gustafalmesaker's avatar gustafalmesaker
Browse files

Merge branch 'deargodinheavensavemyfiles' of...

Merge branch 'deargodinheavensavemyfiles' of https://github.com/gustafalmesaker/TDDC73-Interaktionsprogrammering into deargodinheavensavemyfiles
parents 046d6c38 46112554
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
......
......@@ -9,7 +9,6 @@
tools:context=".MainActivity"
tools:ignore="ExtraText">
<!-- Title Text -->
<TextView
android:id="@+id/titleText"
android:layout_width="match_parent"
......@@ -24,7 +23,6 @@
android:background="@color/darkGreen"
android:padding="24dp"/>
<!-- Vertical and Horizontal Guidelines to help center buttons -->
<androidx.constraintlayout.widget.Guideline
android:id="@+id/guidelineCenterVertical"
android:layout_width="wrap_content"
......@@ -39,7 +37,6 @@
android:orientation="horizontal"
app:layout_constraintGuide_percent="0.5" />
<!-- Circular Image -->
<ImageView
android:id="@+id/circularImage"
android:layout_width="150dp"
......@@ -51,7 +48,6 @@
android:layout_marginTop="16dp"
android:contentDescription="Decorative circular image" />
<!-- Buttons arranged in a 2x2 grid near the center of the screen -->
<Button
android:id="@+id/button1"
......@@ -89,7 +85,6 @@
app:layout_constraintHorizontal_bias="0.5"
android:layout_weight="1" />
<!-- Email Input Field -->
<EditText
android:id="@+id/emailInput"
android:layout_width="0dp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment