|
|
|
|
@ -43,16 +43,18 @@ |
|
|
|
|
android:id="@+id/keep" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_keep_off" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/share" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_share" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
@ -60,6 +62,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_setting" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
@ -77,7 +80,8 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/shape_control" |
|
|
|
|
android:visibility="gone"> |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/prev" |
|
|
|
|
@ -91,8 +95,8 @@ |
|
|
|
|
<FrameLayout |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="24dp" |
|
|
|
|
android:layout_marginEnd="24dp" |
|
|
|
|
android:layout_marginStart="48dp" |
|
|
|
|
android:layout_marginEnd="48dp" |
|
|
|
|
android:background="@drawable/shape_control"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
@ -109,7 +113,8 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="@drawable/shape_control" |
|
|
|
|
android:visibility="gone"> |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/next" |
|
|
|
|
@ -131,19 +136,30 @@ |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/back" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_back" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/lock" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_lock_off" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/rotate" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:padding="4dp" |
|
|
|
|
android:src="@drawable/ic_control_rotate" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
@ -182,15 +198,15 @@ |
|
|
|
|
android:id="@+id/seek" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/full" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="8dp" |
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
|
android:src="@drawable/ic_control_full_on" /> |
|
|
|
|
android:src="@drawable/ic_control_full" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|