Skip to content

Commit 2a1683f

Browse files
author
simon
committed
-minor refactor
-now read/write operation are allowed while browsing
1 parent 8c762b9 commit 2a1683f

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

1.85 MB
Loading

app/src/main/res/layout/dialog_gif.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,21 @@
88
android:orientation="vertical">
99

1010

11-
<pl.droidsonroids.gif.GifImageView
11+
<TextView
12+
android:id="@+id/textView23"
1213
android:layout_width="match_parent"
13-
android:layout_height="match_parent"
14-
android:src="@drawable/giphy"
15-
/>
14+
android:layout_height="wrap_content"
15+
android:text="Long Press Funcionality"
16+
android:textAlignment="center"
17+
android:textColor="#000000"
18+
android:textSize="20sp"
19+
android:textStyle="bold" />
20+
21+
<pl.droidsonroids.gif.GifImageView
22+
android:layout_width="wrap_content"
23+
android:layout_height="wrap_content"
24+
android:src="@drawable/long_press_tutorial"
25+
android:layout_marginTop="10dp"/>
1626

1727
</LinearLayout>
1828

0 commit comments

Comments
 (0)