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

Commit 2de1a0c7 authored by Philip Whitehouse's avatar Philip Whitehouse
Browse files

Add some useful tools text to the custom actionbar

parent aef446f1
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content" >
    android:layout_height="wrap_content"
    xmlns:tools="http://schemas.android.com/tools">

    <LinearLayout
        android:id="@+id/actionbar_message_list"
@@ -19,6 +20,7 @@

            <TextView
                android:id="@+id/actionbar_title_first"
                tools:text="Title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="start"
@@ -27,6 +29,7 @@

            <TextView
                android:id="@+id/actionbar_title_sub"
                tools:text="Subtitle"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:ellipsize="end"
@@ -45,6 +48,7 @@

        <TextView
            android:id="@+id/actionbar_unread_count"
            tools:text="1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingLeft="12dip"
@@ -61,6 +65,7 @@

        <com.fsck.k9.view.MessageTitleView
            android:id="@+id/message_title_view"
            tools:text="MessageTitle"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:includeFontPadding="false"