mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 16:57:39 +03:00
10 lines
No EOL
319 B
XML
10 lines
No EOL
319 B
XML
<?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> |