apkfuckery/com.discord/res/layout/widget_debugging_adapter_it...

6 lines
468 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:ellipsize="end" android:id="@id/debugging_item_log_message" android:layout_marginLeft="16.0dip" android:layout_marginTop="8.0dip" android:layout_marginRight="16.0dip" android:maxLines="2" style="@style/UiKit.TextView" />
<View style="@style/UiKit.Settings.Divider" />
</LinearLayout>