mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Remove unused style
This commit is contained in:
parent
7c5ea63a4f
commit
f636b28823
@ -1,10 +0,0 @@
|
||||
<?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>
|
@ -251,20 +251,6 @@
|
||||
<item name="android:paddingBottom">10dp</item>
|
||||
</style>
|
||||
|
||||
<style name="SpinnerTheme">
|
||||
<item name="colorControlNormal">?attr/vctr_list_header_primary_text_color</item>
|
||||
</style>
|
||||
|
||||
<style name="PopMenuStyle" parent="Widget.AppCompat.PopupMenu">
|
||||
<item name="android:textSize">14sp</item>
|
||||
</style>
|
||||
|
||||
<!-- Linear Layout orientation, depending on screen size. Vertical by default -->
|
||||
<style name="VectorLinearLayout">
|
||||
<item name="android:gravity">end</item>
|
||||
<item name="android:orientation">vertical</item>
|
||||
</style>
|
||||
|
||||
<!-- BottomSheet theming -->
|
||||
<style name="Vector.BottomSheet.Dark" parent="Theme.Design.BottomSheetDialog">
|
||||
<item name="android:textColorPrimary">@color/riot_primary_text_color_dark</item>
|
||||
|
Loading…
Reference in New Issue
Block a user