mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
fix review findings
This commit is contained in:
parent
adbaaea633
commit
a5195bb38f
2 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:radius="200000dp"/>
|
||||
<corners android:radius="@dimen/selection_check_size"/>
|
||||
<solid android:color="@color/hint_black"/>
|
||||
</shape>
|
||||
|
|
|
@ -25,11 +25,12 @@
|
|||
android:src="@drawable/ic_star_vector"
|
||||
android:visibility="gone" />
|
||||
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
<RelativeLayout
|
||||
android:id="@+id/play_icon_holder"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/selection_check_size"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginTop="@dimen/small_margin"
|
||||
android:layout_marginLeft="@dimen/small_margin"
|
||||
android:background="@drawable/darkened_automatic_circle_background" >
|
||||
|
@ -47,14 +48,11 @@
|
|||
android:id="@+id/video_duration"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_toEndOf="@id/play_portrait_outline"
|
||||
android:paddingBottom="2dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:shadowColor="@color/md_grey_black_dark"
|
||||
android:shadowRadius="6"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="@dimen/normal_text_size"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Reference in a new issue