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

10 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_width="280dp" android:layout_marginBottom="24dp" android:src="@drawable/img_krisp_onboarding" android:contentDescription="@string/mobile_noise_cancellation_popout_title" style="@style/res_2131952448_uikit_imageview"/>
<com.discord.views.ScreenTitleView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" app:stv_subtitle="@string/mobile_noise_cancellation_popout_description" app:stv_title="@string/mobile_noise_cancellation_popout_title"/>
<TextView android:textColor="@color/link" android:gravity="center_vertical" android:id="@+id/noise_cancellation_learn_more" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:text="@string/learn_more_link" android:drawablePadding="16dp" app:drawableStartCompat="?attr/ic_krisp_logo"/>
<com.google.android.material.button.MaterialButton android:id="@+id/noise_cancellation_enable_button" android:layout_height="match_parent" android:text="@string/enable_noise_cancellation" style="@style/res_2131952388_uikit_authbutton_material"/>
</LinearLayout>
</LinearLayout>