discord-jadx/app/src/main/res/layout/oauth_token_permission_deta...

6 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:paddingTop="4dp" android:paddingBottom="8dp" style="@style/res_2131952589_uikit_viewgroup_constraintlayout">
<ImageView android:id="@+id/oauth_token_permission_detailed_icon" android:layout_margin="4dp" android:src="@drawable/ic_check_circle_green_24dp" android:importantForAccessibility="no" app:layout_constraintStart_toStartOf="0" app:layout_constraintTop_toTopOf="0" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:id="@+id/oauth_token_permission_detailed_name" android:layout_width="0dp" android:layout_marginStart="16dp" app:layout_constraintEnd_toEndOf="0" app:layout_constraintHorizontal_bias="0" app:layout_constraintStart_toEndOf="@+id/oauth_token_permission_detailed_icon" app:layout_constraintTop_toBottomOf="@+id/oauth_token_permission_detailed_icon" app:layout_constraintTop_toTopOf="@+id/oauth_token_permission_detailed_icon" style="@style/res_2131952565_uikit_textview_h2"/>
</androidx.constraintlayout.widget.ConstraintLayout>