apkfuckery/com.discord/res/layout/widget_chat_list_adapter_it...

3 lines
823 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.views.ApplicationNewsView android:id="@id/news_item_view" android:background="?chat_embed_bg" android:focusable="true" android:clickable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/chat_cell_vertical_spacing_padding" android:layout_marginBottom="@dimen/chat_cell_vertical_spacing_padding" android:maxWidth="@dimen/chat_embed_width" android:minWidth="220.0dip" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_total" app:cardBackgroundColor="@color/transparent" app:cardCornerRadius="4.0dip" app:cardElevation="4.0dip"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" />