-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #1
base: master
Are you sure you want to change the base?
Conversation
@@ -44,6 +44,8 @@ | |||
android:layout_marginRight="8dp" | |||
android:layout_marginBottom="8dp" | |||
android:text="Training" | |||
android:textAllCaps="false" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't there a way to define all of these properties as a default set, so you don't need to redefine these each time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what you mean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msaperst i think maybe in the style/themes you can set a style that can be used by all buttons or something if thats what you mean
@@ -4,4 +4,7 @@ | |||
<color name="colorPrimaryDark">#2e0057</color> | |||
<color name="colorAccent">#D81B60</color> | |||
<color name="white">#ffffffff</color> | |||
<color name="coverosPrimary">#276bcf</color> | |||
<color name="hintColorPink">#ffff25e6</color> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks wrong, why 8 chars, not 6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk, the color showed up, i just used the color scale thing and picked the color which gave me the output.
No description provided.