Commit eb44c19c authored by Grigory Fedorov's avatar Grigory Fedorov

appcompat library version updated to 7:22.1.0

parent 9c3d25f2
...@@ -23,7 +23,7 @@ repositories { ...@@ -23,7 +23,7 @@ repositories {
} }
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:22.0.0' compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:support-v13:22.0.0' compile 'com.android.support:support-v13:22.0.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0' compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile 'de.hdodenhof:circleimageview:1.2.2' compile 'de.hdodenhof:circleimageview:1.2.2'
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<resources> <resources>
<style name="Theme" parent="Theme.AppCompat.Light.DarkActionBar"> <style name="Theme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="windowActionBar">false</item> <item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<!--for text selection toolbar to be above usual toolbar --> <!--for text selection toolbar to be above usual toolbar -->
<item name="windowActionModeOverlay">true</item> <item name="windowActionModeOverlay">true</item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment