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

8 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" style="@style/UiKit_ViewGroup">
<LinearLayout android:gravity="center" android:layout_gravity="center" android:background="?attr/primary_800_circle" android:layout_width="70dp" android:layout_height="70dp" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toRightOf="0" app:layout_constraintTop_toTopOf="0" style="@style/UiKit_ViewGroup_LinearLayout">
<ImageView android:id="@+id/progress_gem_icon" android:importantForAccessibility="no" style="@style/UiKit_ImageView"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorInteractiveActive" android:id="@+id/progress_level_text" android:textAllCaps="true" style="@style/UiKit_TextView_Bold"/>
</LinearLayout>
<ProgressBar android:layout_gravity="center" android:id="@+id/progress_progress" android:layout_width="82dp" android:layout_height="82dp" android:progressDrawable="@drawable/drawable_boost_progress_ring" style="?android:attr/progressBarStyleHorizontal"/>
</FrameLayout>