alivc_dialog_gesture.xml
817 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/alivc_dialog_gesture_bg"
android:gravity="center"
android:orientation="vertical">
<ImageView
android:id="@+id/gesture_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/gesture_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:gravity="center"
android:textColor="@color/alivc_gesture_text_color"
android:textSize="@dimen/alivc_gesture_text_size" />
</LinearLayout>