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

6 lines
667 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:background="?colorBackgroundPrimary" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.appcompat.widget.AppCompatTextView android:id="@id/start_call_sheet_voice_item" android:text="@string/start_voice_call" android:drawableStart="@drawable/ic_call_24dp" style="@style/StartCallSheet.Item" />
<androidx.appcompat.widget.AppCompatTextView android:id="@id/start_call_sheet_video_item" android:text="@string/start_video_call" android:drawableStart="@drawable/ic_videocam_white_24dp" style="@style/StartCallSheet.Item" />
</LinearLayout>