5 lines
703 B
XML
5 lines
703 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingBottom="@dimen/activity_vertical_margin" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ListView android:id="@id/fido_authenticator_list_view" android:background="#ffc8c8c8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:choiceMode="singleChoice" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
|
|
</RelativeLayout> |