remove label by login

This commit is contained in:
kroko 2024-06-05 15:25:40 +02:00
parent 9352127810
commit c44ff2eaf2
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ package de.labor_stein.befund.Core.Https;
public enum Servers
{
// Development server change ip to your local ip
DEVELOPMENT("patientenbefundapp.labor-muenster.de"),
DEVELOPMENT("192.168.178.158"),
//DEVELOPMENT("172.21.200.145"),
/**

View File

@ -85,7 +85,7 @@ public class Settings
result.labor = Labor.GetLaborByName(labor_id);
/** REMOVE FOR PRODUCTIVE **/
//result.labor.host = Servers.DEVELOPMENT;
result.labor.host = Servers.DEVELOPMENT;
}
}
}

View File

@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="40dp"
android:text="@string/app_name"
android:text=""
android:layout_marginBottom="50dp"
android:textColor="@color/primary_color"
android:textAlignment="center" >

View File

@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="40dp"
android:text="@string/app_name"
android:text=""
android:textColor="@color/primary_color"
android:textAlignment="center"
android:layout_marginTop="-150dp"