Signal-Android/app/src/main/res/layout/call_participants_list_head...

12 wiersze
538 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/call_participants_list_header"
style="@style/TextAppearance.Signal.Body2.Bold"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="12dp"
tools:text="In this call · 16 people" />