item_guideindex.xml
598 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/rmrb_dp8"
android:layout_height="@dimen/rmrb_dp6"
tools:layout_width="@dimen/rmrb_dp24"
tools:layout_height="@dimen/rmrb_dp18"
>
<ImageView
android:id="@+id/ivindex"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@mipmap/icon_guideindexselect"
/>
</RelativeLayout>