forked from GitHub-Mirror/riotX-android
Import resource from riot
This commit is contained in:
10
vector/src/main/res/values-v21/dimens.xml
Normal file
10
vector/src/main/res/values-v21/dimens.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<dimen name="floating_action_button_margin">16dp</dimen>
|
||||
|
||||
<!-- Improve size (+20dp) to take status bar height into account -->
|
||||
<dimen name="navigation_view_height">196dp</dimen>
|
||||
<dimen name="navigation_avatar_top_margin">44dp</dimen>
|
||||
|
||||
</resources>
|
7
vector/src/main/res/values-v21/styles.xml
Normal file
7
vector/src/main/res/values-v21/styles.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- On post Lollipop use default background drawable instead of color -->
|
||||
<style name="Vector.PopupMenu" parent="Vector.PopupMenuBase" />
|
||||
|
||||
</resources>
|
11
vector/src/main/res/values-v21/theme_black.xml
Normal file
11
vector/src/main/res/values-v21/theme_black.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Black" parent="AppTheme.Base.Black">
|
||||
<item name="android:navigationBarColor">?colorPrimaryDark</item>
|
||||
|
||||
<!-- enable window content transitions -->
|
||||
<item name="android:windowContentTransitions">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
11
vector/src/main/res/values-v21/theme_dark.xml
Normal file
11
vector/src/main/res/values-v21/theme_dark.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Dark" parent="AppTheme.Base.Dark">
|
||||
<item name="android:navigationBarColor">?colorPrimaryDark</item>
|
||||
|
||||
<!-- enable window content transitions -->
|
||||
<item name="android:windowContentTransitions">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
9
vector/src/main/res/values-v21/theme_light.xml
Normal file
9
vector/src/main/res/values-v21/theme_light.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Light" parent="AppTheme.Base.Light">
|
||||
<!-- enable window content transitions -->
|
||||
<item name="android:windowContentTransitions">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
9
vector/src/main/res/values-v21/theme_status.xml
Normal file
9
vector/src/main/res/values-v21/theme_status.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme.Status" parent="AppTheme.Base.Status">
|
||||
<!-- enable window content transitions -->
|
||||
<item name="android:windowContentTransitions">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user