discord-jadx/app/src/main/res/layout/ucrop_layout_rotate_wheel.xml

12 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:visibility="gone" android:layout_width="match_parent" android:layout_height="match_parent">
<TextView android:id="@+id/text_view_rotate" style="@style/ucrop_TextViewWidgetText"/>
<com.yalantis.ucrop.view.widget.HorizontalProgressWheelView android:id="@+id/rotate_scroll_wheel" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_toLeftOf="@+id/wrapper_rotate_by_angle" android:layout_toRightOf="@+id/wrapper_reset_rotate" android:layout_below="@+id/text_view_rotate" android:layout_toStartOf="@+id/wrapper_rotate_by_angle" android:layout_toEndOf="@+id/wrapper_reset_rotate"/>
<FrameLayout android:id="@+id/wrapper_reset_rotate" android:background="?attr/selectableItemBackground" android:layout_centerVertical="true" style="@style/ucrop_WrapperRotateButton">
<ImageView app:srcCompat="@drawable/ucrop_ic_reset" style="@style/ucrop_ImageViewWidgetIcon"/>
</FrameLayout>
<FrameLayout android:id="@+id/wrapper_rotate_by_angle" android:background="?attr/selectableItemBackground" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:layout_alignParentEnd="true" style="@style/ucrop_WrapperRotateButton">
<ImageView android:src="@drawable/ucrop_ic_angle" android:tint="@color/ucrop_color_widget_rotate_angle" style="@style/ucrop_ImageViewWidgetIcon"/>
</FrameLayout>
</RelativeLayout>