Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
42
app/src/main/res/layout/item_image.xml
Normal file
42
app/src/main/res/layout/item_image.xml
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.alexvasilkov.gestures.views.GestureFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:gest_disableGestures="true"
|
||||
app:gest_rotationEnabled="true"
|
||||
app:gest_restrictRotation="true"
|
||||
app:gest_doubleTapZoom="3"
|
||||
app:gest_maxZoom="6">
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ani.dantotsu.NoGestureSubsamplingImageView
|
||||
android:id="@+id/imgProgImageNoGestures"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:focusable="false"
|
||||
app:zoomEnabled="false"
|
||||
app:panEnabled="false"
|
||||
tools:ignore="ContentDescription,ImageContrastCheck"
|
||||
tools:src="@tools:sample/backgrounds/scenic[0]" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/imgProgProgress"
|
||||
style="?android:attr/progressBarStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:visibility="visible" />
|
||||
<View
|
||||
android:id="@+id/imgProgCover"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
</com.alexvasilkov.gestures.views.GestureFrameLayout>
|
Loading…
Add table
Add a link
Reference in a new issue