discord-jadx/app/src/main/res/layout/user_profile_header_badge.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
399 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/user_sheet_badge_image" android:layout_width="20dp" android:layout_height="20dp" android:layout_marginTop="6dp" android:layout_marginBottom="0dp" android:scaleType="fitCenter" android:layout_marginStart="6dp" android:layout_marginEnd="0dp" style="@style/UiKit_ImageView"/>