Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark mode.

This commit is contained in:
Alex Ning
2019-06-11 19:59:23 +08:00
parent 62c225ffcd
commit ef8daed571
6 changed files with 32 additions and 10 deletions

View File

@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
roomVersion = '2.1.0-alpha06'
archLifecycleVersion = '2.1.0-alpha04'
roomVersion = '2.1.0-rc01'
archLifecycleVersion = '2.2.0-alpha01'
}