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

11 lines
1.6 KiB
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>
<RelativeLayout android:id="@id/voice_ongoing_container" android:background="?primary_630" android:paddingLeft="16.0dip" android:paddingTop="10.0dip" android:paddingRight="16.0dip" android:paddingBottom="10.0dip" android:visibility="gone" style="@style/UiKit.ViewGroup.RelativeLayout">
<TextView android:textColor="?primary_100" android:id="@id/voice_ongoing_user_count_label" android:layout_centerVertical="true" style="@style/UiKit.TextView" />
<TextView android:textColor="?primary_100" android:gravity="center_vertical" android:text="@string/join" android:drawablePadding="12.0dip" android:layout_centerVertical="true" android:textAllCaps="true" android:drawableEnd="?ic_expand_up" android:layout_alignParentEnd="true" style="@style/UiKit.TextView.Semibold" />
</RelativeLayout>
</LinearLayout>