discord-jadx/app/src/main/res/layout/widget_chat_list_adapter_item_blocked.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

4 lines
999 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="?attr/selectableItemBackground" android:paddingLeft="@dimen/chat_cell_horizontal_spacing_padding" android:paddingTop="@dimen/chat_cell_vertical_spacing_padding" android:paddingRight="@dimen/chat_cell_horizontal_spacing_padding" android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/chat_cell_horizontal_spacing_margin" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_margin">
<TextView android:textSize="11sp" android:textColor="?attr/theme_chat_blocked_text" android:gravity="center" android:id="@+id/chat_list_adapter_item_blocked" android:background="?attr/theme_chat_blocked_bg" android:paddingTop="7.5dp" android:paddingBottom="7.5dp" android:layout_width="match_parent" style="@style/UiKit_TextView"/>
</RelativeLayout>