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

6 lines
1.1 KiB
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" 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="fill_parent" android:layout_height="24.0dip" android:layout_marginLeft="@dimen/chat_cell_horizontal_spacing_margin" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_margin"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:id="@id/chat_list_item_divider_stroke" android:layout_width="fill_parent" android:layout_height="0.25dip" android:layout_centerInParent="true" />
<TextView android:textSize="11.0sp" android:gravity="center" android:id="@id/chat_list_item_divider_text" android:background="?theme_chat_background" android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_centerInParent="true" fontPath="@string/font_whitney_semibold" />
</RelativeLayout>