hh_chat_tools_layout.xml 2.15 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="wrap_content"
    android:background="@drawable/hh_av_tools_bg"
    android:paddingStart="8dp"
    android:paddingEnd="8dp"
    android:layout_height="wrap_content">

    <LinearLayout
        android:layout_gravity="center_horizontal"
        android:id="@+id/job_icon_layout"
        style="@style/hp_video_menu_layout"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">


        <ImageView
            android:src="@drawable/hp_doctor_job_icon"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:contentDescription="@string/hh_sdk_image_name" />


        <TextView
            android:text="@string/hp_doctor_job_title"
            style="@style/hp_video_menu_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />


    </LinearLayout>



    <LinearLayout
        android:layout_gravity="center_horizontal"
        android:id="@+id/flash_layout"
        style="@style/hp_video_menu_layout"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">


        <ImageView
            android:id="@+id/open_result"
            android:src="@drawable/hp_flash_close"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:contentDescription="@string/hh_sdk_image_name" />


        <TextView
            android:text="@string/hp_flash_title"
            style="@style/hp_video_menu_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />


    </LinearLayout>



    <ImageView
        android:id="@+id/close"
        android:layout_marginTop="10dp"
        android:src="@drawable/hp_avchat_tools_more_open"
        android:layout_gravity="center_horizontal"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:contentDescription="@string/hh_sdk_image_name" />


</LinearLayout>