Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb851dc3 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Properly set the height of the tab indicator layout through themes.

parent c28af685
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="0dip"
    android:layout_height="wrap_content"
    android:layout_weight="1"
    android:orientation="vertical"
    style="?android:attr/tabIndicatorStyle"
    >
+3 −1
Original line number Diff line number Diff line
@@ -451,7 +451,9 @@
    </style>

    <style name="Widget.TabIndicator">
        <item name="android:minHeight">64dp</item>
        <item name="android:layout_width">0px</item>
        <item name="android:layout_weight">1</item>
        <item name="android:layout_height">64dp</item>
        <item name="android:background">@android:drawable/tab_indicator</item>
    </style>