mirror of
https://github.com/status-im/syng-client.git
synced 2025-02-23 08:28:07 +00:00
Updated support library version and fixed deprecated getColor method
This commit is contained in:
parent
f7ad4460db
commit
45d46fc63f
@ -46,10 +46,10 @@ dependencies {
|
|||||||
exclude group: "org.mapdb", module: "mapdb"
|
exclude group: "org.mapdb", module: "mapdb"
|
||||||
}
|
}
|
||||||
compile 'com.android.support:multidex:1.0.1'
|
compile 'com.android.support:multidex:1.0.1'
|
||||||
compile 'com.android.support:appcompat-v7:22.2.1'
|
compile 'com.android.support:appcompat-v7:23.0.0'
|
||||||
compile 'com.android.support:recyclerview-v7:22.2.1'
|
compile 'com.android.support:recyclerview-v7:23.0.0'
|
||||||
compile 'com.android.support:design:22.2.1'
|
compile 'com.android.support:design:23.0.0'
|
||||||
compile 'com.android.support:cardview-v7:22.2.1'
|
compile 'com.android.support:cardview-v7:23.0.0'
|
||||||
compile 'com.getbase:floatingactionbutton:1.9.0'
|
compile 'com.getbase:floatingactionbutton:1.9.0'
|
||||||
compile 'com.afollestad:material-dialogs:0.7.7.0'
|
compile 'com.afollestad:material-dialogs:0.7.7.0'
|
||||||
compile 'com.github.bumptech.glide:glide:3.6.1'
|
compile 'com.github.bumptech.glide:glide:3.6.1'
|
||||||
|
@ -95,7 +95,7 @@ public abstract class BaseActivity extends AppCompatActivity implements
|
|||||||
|
|
||||||
if (toolbar != null) {
|
if (toolbar != null) {
|
||||||
setSupportActionBar(toolbar);
|
setSupportActionBar(toolbar);
|
||||||
mDrawerLayout.setStatusBarBackgroundColor(getResources().getColor(android.R.color.black));
|
mDrawerLayout.setStatusBarBackgroundColor(getColor(android.R.color.black));
|
||||||
}
|
}
|
||||||
|
|
||||||
mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, toolbar,
|
mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, toolbar,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user