renamed to Uebung 7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.ploedige.uebung7und10">
|
||||
package="com.ploedige.uebung7">
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
@@ -8,7 +8,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Uebung7und10">
|
||||
android:theme="@style/Theme.Uebung7">
|
||||
<activity android:name=".ResultActivity"></activity>
|
||||
<activity android:name=".MainActivity">
|
||||
<intent-filter>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ploedige.uebung7und10;
|
||||
package com.ploedige.uebung7;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ploedige.uebung7und10;
|
||||
package com.ploedige.uebung7;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.Uebung7und10" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.Uebung7" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_200</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">Uebung7und10</string>
|
||||
<string name="app_name">Uebung7</string>
|
||||
</resources>
|
||||
@@ -1,6 +1,6 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.Uebung7und10" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<style name="Theme.Uebung7" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
||||
<!-- Primary brand color. -->
|
||||
<item name="colorPrimary">@color/purple_500</item>
|
||||
<item name="colorPrimaryVariant">@color/purple_700</item>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ploedige.uebung7und10;
|
||||
package com.ploedige.uebung7;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
Reference in New Issue
Block a user