apkfuckery/com.discord/res/layout/widget_voice_call_inline.xml

7 lines
859 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@id/voice_call_inline_container" android:background="?primary_630" android:visibility="gone" android:fitsSystemWindows="true" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:id="@id/voice_connected_container" style="@style/UiKit.ViewGroup.LinearLayout">
<com.google.android.material.button.MaterialButton android:id="@id/voice_connected_ptt" android:visibility="gone" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:layout_marginTop="@dimen/uikit_spacing_small" android:layout_marginRight="10.0dip" android:layout_marginBottom="@dimen/uikit_spacing_small" android:text="@string/input_mode_ptt" style="@style/UiKit.Material.Button" />
</LinearLayout>
</LinearLayout>