Design verbessert
Register Button color set
This commit is contained in:
parent
efe3885de9
commit
7f4cbd5a59
BIN
.idea/caches/gradle_models.ser
generated
BIN
.idea/caches/gradle_models.ser
generated
Binary file not shown.
@ -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.
@ -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"
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -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!" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user