diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-30 23:04:42 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-30 23:04:42 -0600 |
commit | 72c839bd12c37b95776f2a03f98c52036b9400fc (patch) | |
tree | ba0b4dc7109b16b521f83ff6a0c0884edbd4fd71 /app/src/main/res/values/progress_bar.xml | |
parent | e771101c6c390d13d8657a449ddf164db3c1aa30 (diff) | |
download | wiimmfi-watcher-72c839bd12c37b95776f2a03f98c52036b9400fc.tar wiimmfi-watcher-72c839bd12c37b95776f2a03f98c52036b9400fc.tar.gz wiimmfi-watcher-72c839bd12c37b95776f2a03f98c52036b9400fc.tar.bz2 |
added dialog between main and wiimmfi activities, updated todo list for release
Diffstat (limited to 'app/src/main/res/values/progress_bar.xml')
-rw-r--r-- | app/src/main/res/values/progress_bar.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values/progress_bar.xml b/app/src/main/res/values/progress_bar.xml new file mode 100644 index 0000000..d611f1f --- /dev/null +++ b/app/src/main/res/values/progress_bar.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="AppCompatAlertDialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert"> + <item name="colorAccent">@color/blue_700</item> + <item name="android:textColorPrimary">@color/white</item> + </style> +</resources>
\ No newline at end of file |