diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 099b374..95aa5f7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,10 +10,15 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.Assignment1" + android:theme="@style/Theme.AppCompat.Light.NoActionBar" tools:targetApi="31"> + + + + \ 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 ce7f31a..4d4c55b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -29,7 +29,7 @@ android:layout_width="150dp" android:layout_height="60dp" android:layout_marginBottom="20dp" - android:text="@string/FirstEventButton" + android:text="@string/counter_1_name" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -39,7 +39,7 @@ android:id="@+id/SecondEventButton" android:layout_width="150dp" android:layout_height="60dp" - android:text="@string/SecondEventButton" + android:text="@string/counter_2_name" android:layout_marginBottom="20dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -50,7 +50,7 @@ android:id="@+id/ThirdEventButton" android:layout_width="150dp" android:layout_height="60dp" - android:text="@string/ThirdEventButton" + android:text="@string/counter_3_name" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index f27f5e5..5fff949 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -1,9 +1,138 @@ - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + +