Add asynctask login class
This commit is contained in:
@ -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"
|
||||
|
@ -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>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user