button and edittext views

This commit is contained in:
2017-09-29 00:08:10 +03:00
parent 970980c47a
commit dca2c7a71c
18 changed files with 485 additions and 24 deletions

View File

@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/white"
tools:context="ch.pizzalink.android.activity.LoginActivity">
</android.support.constraint.ConstraintLayout>
</LinearLayout>