correct indentation on external player fragment layout

This commit is contained in:
Domingos Lopes 2016-02-23 10:11:43 -05:00
parent a9fb91f522
commit 092368476d
1 changed files with 4 additions and 4 deletions

View File

@ -79,10 +79,10 @@
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_below="@id/episodeProgress"
android:layout_centerVertical="true"
android:contentDescription="@string/pause_label"
android:background="?attr/selectableItemBackground"
tools:src="@drawable/ic_play_arrow_white_36dp"/>
android:layout_centerVertical="true"
android:contentDescription="@string/pause_label"
android:background="?attr/selectableItemBackground"
tools:src="@drawable/ic_play_arrow_white_36dp"/>
</RelativeLayout>