discord-jadx/app/src/main/res/layout/widget_start_call_sheet.xml

6 lines
702 B
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">
<TextView android:id="@+id/start_call_sheet_voice_item" android:text="@string/start_voice_call" app:drawableStartCompat="@drawable/ic_call_24dp" style="@style/res_2131952144_startcallsheet_item"/>
<TextView android:id="@+id/start_call_sheet_video_item" android:text="@string/start_video_call" app:drawableStartCompat="@drawable/ic_videocam_white_24dp" style="@style/res_2131952144_startcallsheet_item"/>
</LinearLayout>