diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-01-09 19:54:57 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-01-09 19:54:57 +0100 |
commit | 8806e6ae477e0b20806851f5f8f3c0141a63ad9d (patch) | |
tree | adeb3d5dba2bff20880bd5101b0a16bceb747889 /app/src/main/res/values/styles.xml | |
parent | 3addd20598f7fee2d41a24d64b375a2f63874457 (diff) |
create LoginActivity and SignUpActivity
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4cdf2c00..b4e81bc4 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -59,4 +59,9 @@ <item name="android:windowFullscreen">true</item> <item name="android:windowContentOverlay">@null</item> </style> + + <style name="BitmaskButton" parent="android:Widget.Button"> + <item name="android:textAllCaps">true</item> + <item name="android:color">@color/colorPrimary</item> + </style> </resources>
\ No newline at end of file |