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

9 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/res_2131952587_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/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:id="@+id/progress_gem_icon" android:importantForAccessibility="no" style="@style/res_2131952448_uikit_imageview"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?attr/colorInteractiveActive" android:id="@+id/progress_level_text" android:textAllCaps="true" style="@style/res_2131952562_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>