Try a shorter tab bar

Stephen Paul Weber created

Change summary

src/main/res/layout/fragment_conversation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/main/res/layout/fragment_conversation.xml 🔗

@@ -11,7 +11,7 @@
             android:visibility="gone"
             android:id="@+id/tab_layout"
             android:layout_width="match_parent"
-            android:layout_height="wrap_content"
+            android:layout_height="30dp"
             android:background="?attr/colorPrimary"
             android:elevation="@dimen/toolbar_elevation"
             android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"