session-android/res/layout/view_user_selection.xml

7 lines
298 B
XML
Raw Normal View History

2019-10-10 02:53:02 +00:00
<?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" />