discord-jadx/app/src/main/res/layout/guild_role_chip.xml

3 lines
656 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:textAppearance="@style/res_2131952539_uikit_textappearance_semibold" android:textSize="@dimen/uikit_textsize_small" android:ellipsize="end" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" app:chipBackgroundColor="?attr/colorBackgroundTertiary" app:chipCornerRadius="4dp" app:chipIcon="@drawable/drawable_circle_white_12dp" app:chipIconSize="12sp" app:chipStartPadding="8dp" app:ensureMinTouchTargetSize="false"/>