mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
7 lines
298 B
XML
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" />
|