mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
align play icon and video duration text
This commit is contained in:
parent
bfcf018570
commit
adbaaea633
1 changed files with 4 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/play_icon_holder"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="@dimen/selection_check_size"
|
||||
android:layout_marginTop="@dimen/small_margin"
|
||||
android:layout_marginLeft="@dimen/small_margin"
|
||||
android:background="@drawable/darkened_automatic_circle_background" >
|
||||
|
@ -46,14 +46,12 @@
|
|||
<TextView
|
||||
android:id="@+id/video_duration"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignTop="@+id/play_portrait_outline"
|
||||
android:layout_alignBottom="@+id/play_portrait_outline"
|
||||
android:layout_marginTop="@dimen/tiny_margin"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_toEndOf="@id/play_portrait_outline"
|
||||
android:paddingBottom="2dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="end"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:shadowColor="@color/md_grey_black_dark"
|
||||
android:shadowRadius="6"
|
||||
|
|
Loading…
Reference in a new issue