DT @06.01.2016: SettingsActivity mit ValidatedEditTextPreference ausgestattet. SSL Requests für Login/Registration hinzugefügt und LoginActivity refactored

This commit is contained in:
Dennis Thießen
2016-01-06 21:05:59 +01:00
parent 0aeb4d4889
commit cd3f486dce
21 changed files with 483 additions and 206 deletions

View File

@@ -220,6 +220,21 @@
</android.support.design.widget.TextInputLayout>
<android.support.design.widget.TextInputLayout
android:id="@+id/til_viewreport_etcetc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/til_viewreport_suspectrecon">
<EditText
android:id="@+id/txt_viewreport_etcetc"
android:hint="@string/lbl_viewreport_etcetc"
android:enabled="false"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</android.support.design.widget.TextInputLayout>
</RelativeLayout>
</ScrollView>