Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Threema/app/src/main/res/layout/     Datei vom 25.3.2026 mit Größe 4 kB image not shown  

Quelle  item_global_search.xml

  Sprache: XML
 

<?xml version="1.0" encoding="utf-8"?>
<ch.threema.app.ui.CheckableRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="@dimen/listitem_globalsearch_height"
    android:background="@drawable/listitem_background_selector"
    android:orientation="vertical">

    <ch.threema.app.ui.AvatarView
        android:id="@+id/avatar_view"
        android:layout_width="@dimen/avatar_size_small"
        android:layout_height="@dimen/avatar_size_small"
        android:layout_alignParentLeft="true"
        android:layout_centerVertical="true"
        android:layout_marginLeft="16dp"
        android:clickable="false"
        android:importantForAccessibility="no"
        tools:background="@drawable/ic_profile" />

    <RelativeLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:layout_marginLeft="16dp"
        android:layout_marginRight="16dp"
        android:layout_toRightOf="@id/avatar_view">

        <TextView
            android:id="@+id/name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignWithParentIfMissing="true"
            android:layout_alignParentLeft="true"
            android:layout_toLeftOf="@+id/thumbnail_view"
            android:ellipsize="end"
            android:singleLine="true"
            android:textAppearance="@style/Threema.TextAppearance.List.FirstLine"
            tools:text="Conversation Name" />

        <ch.threema.app.emojis.EmojiTextView
            android:id="@+id/snippet"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignWithParentIfMissing="true"
            android:layout_below="@id/name"
            android:layout_alignLeft="@id/name"
            android:layout_alignParentLeft="true"
            android:layout_toLeftOf="@+id/thumbnail_view"
            android:ellipsize="end"
            android:singleLine="true"
            android:textAppearance="@style/Threema.TextAppearance.List.SecondLine"
            tools:text="Message contents that were found by query" />

        <TextView
            android:id="@+id/date"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignWithParentIfMissing="true"
            android:layout_below="@id/snippet"
            android:layout_alignLeft="@+id/snippet"
            android:ellipsize="none"
            android:singleLine="true"
            android:textAppearance="@style/Threema.TextAppearance.List.ThirdLine"
            tools:text="Today" />

        <com.google.android.material.imageview.ShapeableImageView
            android:id="@+id/thumbnail_view"
            android:layout_width="56dp"
            android:layout_height="56dp"
            android:layout_centerVertical="true"
            android:layout_marginLeft="8dp"
            android:layout_toLeftOf="@+id/next_view"
            android:background="?attr/colorSecondary"
            android:clickable="false"
            android:contentDescription="@string/attach_picture"
            android:visibility="gone"
            app:shapeAppearanceOverlay="@style/ShapeAppearance.Material3.Corner.Small"
            tools:visibility="visible" />

        <ImageView
            android:id="@+id/next_view"
            android:layout_width="32dp"
            android:layout_height="32dp"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:layout_marginLeft="4dp"
            android:layout_marginRight="-8dp"
            android:clickable="false"
            android:importantForAccessibility="no"
            android:visibility="visible"
            app:srcCompat="@drawable/ic_keyboard_arrow_right"
            app:tint="?attr/colorOnBackground" />

    </RelativeLayout>

</ch.threema.app.ui.CheckableRelativeLayout>

Messung V0.5 in Prozent
C=97 H=95 G=95

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-05-01) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.