discord-jadx/app/src/main/res/layout/widget_gif_picker.xml

6 lines
874 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/gif_picker_container" android:background="?attr/colorBackgroundSecondary" android:paddingStart="12dp" android:paddingEnd="12dp" style="@style/res_2131952600_uikit_viewgroup_page">
<androidx.recyclerview.widget.RecyclerView android:id="@+id/gif_picker_category_recycler" android:paddingTop="4dp" android:visibility="gone" android:layout_height="match_parent" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
<com.discord.widgets.chat.input.gifpicker.GifLoadingView android:id="@+id/gif_picker_loading_view" android:paddingTop="12dp" android:layout_height="match_parent" app:glv_is_staggered="false" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
</FrameLayout>