Files
arcanechat-android/res/layout/profile_settings_item.xml
T
2019-05-22 14:52:57 +02:00

16 lines
747 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.ProfileSettingsItem
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/conversation_list_item_background"
android:focusable="true"
android:padding="16dp">
<TextView android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="start|center_vertical"
android:textColor="?attr/emoji_text_color"
android:textSize="16sp"/>
</org.thoughtcrime.securesms.ProfileSettingsItem>