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

18 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderPrimary" android:id="@+id/sticker_sheet_sticker_name" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textAppearance="@style/res_2131952531_uikit_textappearance" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/sticker_sheet_sticker_info" android:focusable="true" android:clickable="true" android:layout_marginLeft="16dp" android:layout_marginTop="4dp" android:layout_marginRight="16dp" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
<LinearLayout android:id="@+id/sticker_sheet_stickers_container" android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" android:weightSum="4" android:importantForAccessibility="noHideDescendants" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<com.discord.views.sticker.StickerView android:id="@+id/stickers_sheet_sticker_1" android:layout_width="0dp" android:layout_height="80dp" android:layout_weight="1"/>
<com.discord.views.sticker.StickerView android:id="@+id/stickers_sheet_sticker_2" android:layout_width="0dp" android:layout_height="80dp" android:layout_weight="1"/>
<com.discord.views.sticker.StickerView android:id="@+id/stickers_sheet_sticker_3" android:layout_width="0dp" android:layout_height="80dp" android:layout_weight="1"/>
<com.discord.views.sticker.StickerView android:id="@+id/stickers_sheet_sticker_4" android:layout_width="0dp" android:layout_height="80dp" android:layout_weight="1"/>
</LinearLayout>
<com.discord.views.LoadingButton android:id="@+id/sticker_sheet_buy_button" android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" app:lb_background_color="@color/status_green_600" app:lb_icon="@drawable/ic_nitro_badge_white" app:lb_icon_gravity="textStart" app:lb_progress_color="@color/white"/>
<com.google.android.material.button.MaterialButton android:id="@+id/sticker_sheet_view_button" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp" android:text="@string/sticker_pack_view" style="@style/res_2131952465_uikit_material_button_secondary"/>
<RelativeLayout android:id="@+id/sticker_sheet_view_limited_container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="16dp">
<TextView android:layout_width="wrap_content" android:text="@string/sticker_popout_countdown_header" android:layout_alignParentStart="true" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.chip.Chip android:id="@+id/sticker_sheet_view_limited_chip" android:layout_alignParentEnd="true" style="@style/res_2131952406_uikit_chip_limited"/>
</RelativeLayout>
</LinearLayout>