5 lines
367 B
XML
5 lines
367 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView android:id="@id/dot" android:layout_width="@dimen/tmap_18dp" android:layout_height="wrap_content" android:src="@drawable/icn_coach_guide_off" />
|
|
</RelativeLayout> |