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

6 lines
653 B
XML
Raw Normal View History

2020-08-26 17:47:03 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:background="?colorBackgroundPrimary" style="@style/UiKit.ViewGroup.LinearLayout"
2020-09-09 19:21:20 +00:00
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/start_call_sheet_voice_item" android:text="@string/start_voice_call" app:drawableStartCompat="@drawable/ic_call_24dp" style="@style/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/StartCallSheet.Item" />
2020-08-26 17:47:03 +00:00
</LinearLayout>