We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c762b9 commit 2a1683fCopy full SHA for 2a1683f
2 files changed
app/src/main/res/drawable/long_press_tutorial.gif
1.85 MB
app/src/main/res/layout/dialog_gif.xml
@@ -8,11 +8,21 @@
8
android:orientation="vertical">
9
10
11
- <pl.droidsonroids.gif.GifImageView
+ <TextView
12
+ android:id="@+id/textView23"
13
android:layout_width="match_parent"
- android:layout_height="match_parent"
14
- android:src="@drawable/giphy"
15
- />
+ android:layout_height="wrap_content"
+ 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
24
+ android:src="@drawable/long_press_tutorial"
25
+ android:layout_marginTop="10dp"/>
26
27
</LinearLayout>
28
0 commit comments