Design verbessert

Register Button color set
This commit is contained in:
Georg Reisinger 2019-04-01 08:58:32 +02:00
parent efe3885de9
commit 7f4cbd5a59
13 changed files with 21 additions and 4 deletions

Binary file not shown.

View File

@ -7,8 +7,8 @@ android {
applicationId "at.smartshopper.smartshopperapp"
minSdkVersion 23
targetSdkVersion 28
versionCode 12
versionName "4.2"
versionCode 13
versionName "4.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

Binary file not shown.

View File

@ -60,6 +60,7 @@
<Button
android:id="@+id/okButton"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
@ -67,6 +68,7 @@
<Button
android:id="@+id/cancelButton"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"

View File

@ -80,6 +80,7 @@
<Button
android:id="@+id/chooseImg"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Bild auswählen" />
@ -92,6 +93,7 @@
<Button
android:id="@+id/editFinish"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Fertig" />

View File

@ -69,6 +69,7 @@
<Button
android:id="@+id/loginEmailBtn"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorButton"
@ -82,6 +83,7 @@
<Button
android:id="@+id/registrierenBtn"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Mit Email Registrieren" />

View File

@ -85,10 +85,11 @@
<Button
android:id="@+id/register"
android:layout_width="match_parent"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/colorAccent"
android:text="Jetzt Registrieren" />
</TableRow>
<TableRow
@ -98,9 +99,11 @@
<Button
android:id="@+id/backLogin"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Zurück zum Login" />
</TableRow>
<TableRow

View File

@ -92,6 +92,7 @@
<Button
android:id="@+id/groupColor"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorButton"
@ -112,6 +113,7 @@
<Button
android:id="@+id/groupFinish"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Fertig" />

View File

@ -119,6 +119,7 @@
<Button
android:id="@+id/itemFinish"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Fertig" />

View File

@ -99,6 +99,7 @@
<Button
android:id="@+id/delShare"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=" Share Aufheben" />

View File

@ -69,6 +69,7 @@
<Button
android:id="@+id/shareAddFinish"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Fertig" />

View File

@ -129,6 +129,7 @@
<Button
android:id="@+id/addColor"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
@ -149,6 +150,7 @@
<Button
android:id="@+id/addFertig"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Fertig" />

View File

@ -77,6 +77,7 @@
<Button
android:id="@+id/delShare"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Listen Sharing beenden!" />