1
0

Add asynctask login class

This commit is contained in:
RicomenPL
2017-04-04 16:01:40 +02:00
committed by RicomenPL
parent d36e1f4f95
commit 2152da687c
5 changed files with 70 additions and 4 deletions

View File

@ -67,10 +67,11 @@
tools:layout_constraintLeft_creator="1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.712" />
app:layout_constraintVertical_bias="0.712"
android:onClick="login"/>
<AutoCompleteTextView
android:id="@+id/county_text"
android:id="@+id/countyText"
android:layout_width="215dp"
android:layout_height="45dp"
android:hint="@string/county_hint"

View File

@ -9,4 +9,6 @@
<string name="county_hint">Powiat</string>
<string name="warning_text">Aplikacja ta nie jest ukończona, więc mogą występować różnego rodzaju błędy lub dane funkcje nie bedą działać. Prosimy o cierpliwość i wyrozumiałość.</string>
<string name="warning_label">Ostrzeżenie</string>
<string name="data_text">Brak danych logowania</string>
<string name="error_feature_text">Funkcja którą chciałeś urucThe function you wanted to run does not workhomić nie działa</string>
</resources>

View File

@ -8,4 +8,6 @@
<string name="county_hint">County</string>
<string name="warning_text">This application is not complete, so there may be a variety of errors or features that will not work. Please be patient and understanding.</string>
<string name="warning_label">Warning</string>
<string name="data_text">No login data</string>
<string name="error_feature_text">The function you wanted to run does not work</string>
</resources>