forked from GitHub-Mirror/riotX-android
Import resource from riot
This commit is contained in:
10
vector/src/main/res/values-w480dp/styles.xml
Normal file
10
vector/src/main/res/values-w480dp/styles.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<!-- Linear Layout orientation, depending on screen size, horizontal for width >= 480dp -->
|
||||
<style name="VectorLinearLayout">
|
||||
<item name="android:gravity">end</item>
|
||||
<item name="android:orientation">horizontal</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user