discord-jadx/app/src/main/res/layout/view_checkable_role_list_item_themed.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

3 lines
448 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.discord.views.CheckedSetting xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/role_item_checked_setting" android:layout_width="match_parent" android:layout_height="wrap_content" app:cs_background="?attr/colorPrimary" app:cs_text_color="?attr/primary_100" app:cs_text_size="@dimen/uikit_textsize_large" app:cs_view_type="2"/>