apkfuckery/com.discord/res/layout/widget_community_gating_rul...

9 lines
892 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_margin="12.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<TextView android:textSize="@dimen/uikit_textsize_large" android:id="@id/community_gating_rule_index" style="@style/GuildProfileSheet.DiscoverableGuild.Text" />
<TextView android:textColor="?colorTextNormal" android:id="@id/community_gating_rule_description" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" style="@style/UiKit.TextView.Large" />
</LinearLayout>
<View android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" style="@style/UiKit.Settings.Divider" />
</LinearLayout>