7 lines
813 B
XML
7 lines
813 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<RelativeLayout android:id="@id/ai_close_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
<RelativeLayout android:id="@id/fragment_contents_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" />
|
|
<View android:background="@drawable/voice_bg_shadow" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_3dp" android:layout_above="@id/fragment_contents_layout" />
|
|
</RelativeLayout> |