Skip to content

Commit 1415c18

Browse files
committed
adding vertical scrollbar at the emojis
1 parent dc07d65 commit 1415c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
android:layout_width="match_parent"
163163
android:layout_height="match_parent"
164164
android:clipToPadding="false"
165-
android:padding="@dimen/small_margin" />
165+
android:padding="@dimen/small_margin"
166+
android:scrollbars="vertical" />
166167

167168
</RelativeLayout>
168169

@@ -196,7 +197,6 @@
196197
android:src="@drawable/ic_clear_vector" />
197198

198199
</RelativeLayout>
199-
200200
</RelativeLayout>
201201

202202
<RelativeLayout

0 commit comments

Comments
 (0)