apkfuckery/com.discord/res/layout/sticker_store_header_item.xml

11 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:paddingLeft="12.0dip" android:paddingTop="8.0dip" android:paddingRight="12.0dip" android:paddingBottom="12.0dip" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<TextView android:textAppearance="@style/UiKit.TextAppearance.Bold" android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorHeaderPrimary" android:id="@id/sticker_store_header_item_title" android:layout_marginRight="8.0dip" style="@style/UiKit.TextView" />
<FrameLayout android:layout_gravity="center_vertical" android:id="@id/sticker_store_header_item_animated" android:background="?primary_200_circle" android:layout_width="16.0dip" android:layout_height="16.0dip" android:translationY="1.0sp" android:backgroundTint="?colorBackgroundModifierAccent">
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/ic_play_arrow_24dp" app:tint="?primary_300" />
</FrameLayout>
</LinearLayout>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?colorHeaderSecondary" android:id="@id/sticker_store_header_item_subtitle" style="@style/UiKit.TextView" />
</LinearLayout>