помогите пожалуйста немного в TabBar android
Я использую TabBar, код ниже
<TabHost android:layout_width="fill_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost">
<LinearLayout android:id="@+id/LinearLayout01"
android:orientation="vertical" android:layout_height="fill_parent"
android:layout_width="fill_parent">
<FrameLayout android:id="@android:id/tabcontent"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:layout_weight="1">
</FrameLayout>
<TabWidget android:id="@android:id/tabs"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_weight="0">
</TabWidget>
</LinearLayout>
</TabHost>
Теперь моя панель вкладок отображается на весь экран ..
то, что я хочу, это то, что в верхнем правом углу я хочу отобразить 2 небольших изображения, а затем он должен отображать панель вкладок. на другой части экрана .. пожалуйста, помогите мне руководство, как мне добавить в него ..
Спасибо за кучу ...