summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/res/layout/fragment_custom_sms_dialog.xml
blob: c36386eadadbfa0d2b946376508861b7c80bbc1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:orientation="vertical"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:paddingLeft="24dp"
  android:paddingRight="24dp">

  <EditText
    android:id="@+id/custom_sms_input"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"/>

</FrameLayout>