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

7 lines
819 B
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-07-08 16:44:49 +00:00
<LinearLayout android:id="@id/voice_call_inline_container" android:background="?primary_630" android:visibility="gone" android:fitsSystemWindows="true" style="@style/UiKit.ViewGroup.LinearLayout"
2020-05-17 12:40:10 +00:00
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:id="@id/voice_connected_container" style="@style/UiKit.ViewGroup.LinearLayout">
2020-09-02 04:07:20 +00:00
<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="4.0dip" android:layout_marginRight="10.0dip" android:layout_marginBottom="4.0dip" android:text="@string/input_mode_ptt" style="@style/UiKit.Material.Button" />
2020-05-17 12:40:10 +00:00
</LinearLayout>
</LinearLayout>