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

5 lines
925 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:paddingTop="24dp" android:paddingBottom="24dp" android:layout_width="match_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="center_horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" android:src="@drawable/drawable_vc_empty" android:importantForAccessibility="no"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorTextMuted" android:gravity="center_horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:text="@string/guild_voice_channel_empty_body_mobile" android:fontFamily="?attr/font_primary_normal"/>
</LinearLayout>