POS_Sprint_4 #6

Merged
s426229 merged 7 commits from POS_Sprint_4 into develop 2021-01-09 19:34:16 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 70afc48290 - Show all commits

View File

@ -48,6 +48,7 @@
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Mono.Android" />
<Reference Include="Mono.Android.Export" />
<Reference Include="System" />

View File

@ -99,7 +99,6 @@
android:minWidth="25px"
android:minHeight="25px"
android:id="@+id/RepeatPassword"
android:hint="Powtórz hasło"
android:inputType="none|textPassword"
android:textColor="#ff000000" />
</android.support.design.widget.TextInputLayout>
@ -117,7 +116,6 @@
android:minWidth="25px"
android:minHeight="25px"
android:id="@+id/NewLogin"
android:hint="Login"
android:textColor="#ff000000"
android:layout_below="@+id/Surname" />
</android.support.design.widget.TextInputLayout>