session-android/res/layout/view_user_selection.xml
2019-10-10 13:53:02 +11:00

7 lines
298 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.loki.UserSelectionView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/userSelectionView"
android:layout_width="match_parent"
android:layout_height="200dp"
android:paddingTop="6dp" />