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

Commit bf0fe6e2 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #2022 from philipwhiuk/addToolsText

Add some useful tools text to the custom actionbar
parents d344a689 2de1a0c7
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"