discord-jadx/app/src/main/res/layout/widget_settings_item_backup_code.xml
Juby210 7b1810ed2e
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:51:56 +02:00

2 lines
514 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:textColor="?attr/primary_100" android:id="@+id/item_backup_code_tv" android:paddingLeft="16dp" android:paddingTop="16dp" android:paddingRight="16dp" android:paddingBottom="16dp" android:layout_width="match_parent" android:foreground="?attr/selectableItemBackground" android:fontFamily="?attr/font_monospace" style="@style/UiKit_TextView_Large"/>