apkfuckery/com.discord/res/layout/widget_connected_list_item_...

5 lines
526 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/white" android:id="@id/connected_list_item_topic" android:layout_marginLeft="16.0dip" android:layout_marginTop="12.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="12.0dip" android:lineSpacingMultiplier="1.3" style="@style/UiKit.TextView" />
</LinearLayout>