2018-10-23 23:37:09 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-27 16:51:09 -04:00
|
|
|
<HorizontalScrollView
|
2018-10-23 23:37:09 -07:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
2020-03-27 16:51:09 -04:00
|
|
|
android:layout_height="wrap_content">
|
2018-10-23 23:37:09 -07:00
|
|
|
|
2020-03-27 16:51:09 -04:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/emoji_variation_container"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="wrap_content"
|
2020-07-29 15:00:04 -03:00
|
|
|
android:layout_height="wrap_content" />
|
2020-03-27 16:51:09 -04:00
|
|
|
|
|
|
|
</HorizontalScrollView>
|