Small adjustments
This commit is contained in:
@@ -23,6 +23,7 @@ android {
|
|||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
|
isDebuggable = false
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||||
"proguard-rules.pro"
|
"proguard-rules.pro"
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ fun AboutContent(activity: ComponentActivity){
|
|||||||
{
|
{
|
||||||
AboutTextElement("This Product is published under the\nGNU General Public License\nVersion 3, 29 June 2007", 16.dp)
|
AboutTextElement("This Product is published under the\nGNU General Public License\nVersion 3, 29 June 2007", 16.dp)
|
||||||
AboutTextElement("Developed by:\n- Paul Posch\n- Matthias Meyer\n- Jakub Szarko\n- Emilian Bührer", 32.dp)
|
AboutTextElement("Developed by:\n- Paul Posch\n- Matthias Meyer\n- Jakub Szarko\n- Emilian Bührer", 32.dp)
|
||||||
AboutTextElement("Fun Facts:\nThis app consists of 2.873 lines of code\nThe repository is 413KB big\nThe development took about 3 month", 64.dp) //TODO: Update before launch
|
AboutTextElement("Fun Facts:\nThis app consists of 4.189 lines of code\nThe repository is 740KB big\nThe development took about 3 month", 64.dp) //TODO: Update before launch
|
||||||
|
|
||||||
Spacer(modifier = Modifier.height(32.dp))
|
Spacer(modifier = Modifier.height(32.dp))
|
||||||
Divider()
|
Divider()
|
||||||
|
|||||||
@@ -105,8 +105,8 @@ fun SettingsContent(activity: ComponentActivity) {
|
|||||||
Setting(text = "Stundenplan", sharedPreferences, editor)
|
Setting(text = "Stundenplan", sharedPreferences, editor)
|
||||||
Setting(text = "Noten", sharedPreferences, editor)
|
Setting(text = "Noten", sharedPreferences, editor)
|
||||||
Setting(text = "Periodensystem", sharedPreferences, editor)
|
Setting(text = "Periodensystem", sharedPreferences, editor)
|
||||||
Setting(text = "Mebis", sharedPreferences, editor)
|
|
||||||
Setting(text = "DSBmobile", sharedPreferences, editor)
|
Setting(text = "DSBmobile", sharedPreferences, editor)
|
||||||
|
Setting(text = "Mebis", sharedPreferences, editor)
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
Spacer(modifier = Modifier.height(16.dp))
|
||||||
|
|
||||||
Divider()
|
Divider()
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ val Black80 = Color(0xFF333333)
|
|||||||
val Black70 = Color(0xFF4B4B4B)
|
val Black70 = Color(0xFF4B4B4B)
|
||||||
|
|
||||||
val White100 = Color(0xFFFFFFFF)
|
val White100 = Color(0xFFFFFFFF)
|
||||||
val White90 = Color(0xFFEBEBEB)
|
val White90 = Color(0xFFFAFAFA)
|
||||||
val White80 = Color(0xFFD3D3D3)
|
val White80 = Color(0xFFD3D3D3)
|
||||||
val White70 = Color(0xFFBBBBBB)
|
val White70 = Color(0xFFAFAFAF)
|
||||||
|
|
||||||
|
|
||||||
val TextOnColouredButton = Color(0xFF121212)
|
val TextOnColouredButton = Color(0xFF121212)
|
||||||
|
|||||||
Reference in New Issue
Block a user