|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- Layout for TTS dialog --> |
3 | | -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | | - android:id="@+id/tts_toolbar_body" |
| 3 | +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
5 | 4 | android:layout_width="fill_parent" |
6 | | - android:layout_height="wrap_content" |
7 | | - android:layout_marginTop="3dip" |
8 | | - android:layout_marginBottom="3dip" |
9 | | - android:background="?attr/tts_toolbar_background" |
10 | | - android:baselineAligned="true" |
11 | | - android:orientation="vertical"> |
| 5 | + android:layout_height="fill_parent"> |
| 6 | + |
| 7 | + <LinearLayout |
| 8 | + android:id="@+id/tts_glass_panel" |
| 9 | + android:orientation="vertical" |
| 10 | + android:layout_width="fill_parent" |
| 11 | + android:layout_height="fill_parent" |
| 12 | + android:background="#00000000" |
| 13 | + android:gravity="top"> |
| 14 | + </LinearLayout> |
| 15 | + |
| 16 | + <LinearLayout |
| 17 | + android:id="@+id/tts_toolbar_body" |
| 18 | + android:layout_width="fill_parent" |
| 19 | + android:layout_height="wrap_content" |
| 20 | + android:layout_alignParentBottom="true" |
| 21 | + android:layout_marginTop="3dip" |
| 22 | + android:layout_marginBottom="3dip" |
| 23 | + android:background="?attr/tts_toolbar_background" |
| 24 | + android:baselineAligned="true" |
| 25 | + android:orientation="vertical"> |
12 | 26 |
|
13 | 27 | <LinearLayout |
14 | 28 | android:id="@+id/tts_toolbar_buttons" |
|
189 | 203 | android:layout_weight="1" /> |
190 | 204 | </LinearLayout> |
191 | 205 | </LinearLayout> |
| 206 | +</RelativeLayout> |
0 commit comments