session-android/res/layout/view_user_selection.xml

8 lines
342 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"
2019-10-10 03:44:08 +00:00
android:layout_height="0dp"
android:paddingTop="6dp"
android:listSelector="@color/transparent" />